From: Paul Brossier Date: Thu, 21 Apr 2016 23:10:22 +0000 (+0200) Subject: python/scripts/aubiocut: fix usage string output X-Git-Tag: 0.4.4~300^2~270 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=681663e3cc3706c0ef9d4af2dbabb9a3cf3eeb58;p=aubio.git python/scripts/aubiocut: fix usage string output --- diff --git a/python/scripts/aubiocut b/python/scripts/aubiocut index 22b4d55c..eec68da5 100755 --- 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