From 681663e3cc3706c0ef9d4af2dbabb9a3cf3eeb58 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 22 Apr 2016 01:10:22 +0200 Subject: [PATCH] python/scripts/aubiocut: fix usage string output --- python/scripts/aubiocut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0