Changeset 681663e for python/scripts


Ignore:
Timestamp:
Apr 22, 2016, 1:10:22 AM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
79adbda
Parents:
e372a0f
Message:

python/scripts/aubiocut: fix usage string output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/scripts/aubiocut

    re372a0f r681663e  
    135135            options.source_file = args[0]
    136136        else:
    137             print ("no file name given\n", usage)
     137            print ("no file name given\n" + usage)
    138138            sys.exit(1)
    139139    return options, args
Note: See TracChangeset for help on using the changeset viewer.