Changeset ed298b2


Ignore:
Timestamp:
Nov 4, 2018, 9:08:02 PM (5 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
Children:
c3fc8d9
Parents:
5f2f459
Message:

[py] fix matching " in cmd.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/aubio/cmd.py

    r5f2f459 red298b2  
    243243                metavar = "<outputdir>",
    244244                action="store", dest="output_directory", default=None,
    245                 help="specify path where slices of the original file should' \
    246                 ' be created")
     245                help="specify path where slices of the original file should"
     246                " be created")
    247247        self.add_argument("--cut-until-nsamples", type = int,
    248248                metavar = "<samples>",
    249249                action = "store", dest = "cut_until_nsamples", default = None,
    250                 help="how many extra samples should be added at the end of' \
    251                 ' each slice")
     250                help="how many extra samples should be added at the end of"
     251                " each slice")
    252252        self.add_argument("--cut-every-nslices", type = int,
    253253                metavar = "<samples>",
     
    257257                metavar = "<slices>",
    258258                action = "store", dest = "cut_until_nslices", default = None,
    259                 help="how many extra slices should be added at the end of' \
    260                 ' each slice")
     259                help="how many extra slices should be added at the end of"
     260                " each slice")
    261261        self.add_argument("--create-first",
    262262                action = "store_true", dest = "create_first", default = False,
Note: See TracChangeset for help on using the changeset viewer.