projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e372a0f
)
python/scripts/aubiocut: fix usage string output
author
Paul Brossier
<piem@piem.org>
Thu, 21 Apr 2016 23:10:22 +0000
(
01:10
+0200)
committer
Paul Brossier
<piem@piem.org>
Thu, 21 Apr 2016 23:10:22 +0000
(
01:10
+0200)
python/scripts/aubiocut
patch
|
blob
|
history
diff --git
a/python/scripts/aubiocut
b/python/scripts/aubiocut
index
22b4d55
..
eec68da
100755
(executable)
--- a/
python/scripts/aubiocut
+++ b/
python/scripts/aubiocut
@@
-134,7
+134,7
@@
def parse_args():
if len(args) == 1:
options.source_file = args[0]
else:
- print ("no file name given\n"
,
usage)
+ print ("no file name given\n"
+
usage)
sys.exit(1)
return options, args