shithub: aubio

Download patch

ref: 681663e3cc3706c0ef9d4af2dbabb9a3cf3eeb58
parent: e372a0f682d3d9faca898a7bf038e09b228cb14e
author: Paul Brossier <piem@piem.org>
date: Thu Apr 21 21:10:22 EDT 2016

python/scripts/aubiocut: fix usage string output

--- a/python/scripts/aubiocut
+++ b/python/scripts/aubiocut
@@ -134,7 +134,7 @@
         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