Skip to content

Commit 852dfb7

Browse files
committed
Fixed #322 - Making path look prettier
Signed-off-by: Chin Yeung Li <tli@nexb.com>
1 parent 0ee07a5 commit 852dfb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/attributecode/cmd.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf8 -*-
33

44
# ============================================================================
5-
# Copyright (c) 2013-2017 nexB Inc. http://www.nexb.com/ - All rights reserved.
5+
# Copyright (c) 2013-2018 nexB Inc. http://www.nexb.com/ - All rights reserved.
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
88
# You may obtain a copy of the License at
@@ -148,7 +148,7 @@ def inventory(location, output, mapping, mapping_file, quiet, format, verbose):
148148
# FIXME: return error code?
149149
return
150150

151-
click.echo('Collecting inventory from: %(location)r and writing output to: %(output)r' % locals())
151+
click.echo('Collecting inventory from: %(location)s and writing output to: %(output)s' % locals()) #(location, output))
152152

153153
# FIXME: do we really want to continue support zip as an input?
154154
if location.lower().endswith('.zip'):

0 commit comments

Comments
 (0)