Changeset 5f2f459


Ignore:
Timestamp:
Nov 4, 2018, 9:06:36 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:
ed298b2
Parents:
eff63ab
Message:

[py] fix missing eol in cmd.py

File:
1 edited

Legend:

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

    reff63ab r5f2f459  
    243243                metavar = "<outputdir>",
    244244                action="store", dest="output_directory", default=None,
    245                 help="specify path where slices of the original file should'
     245                help="specify path where slices of the original file should' \
    246246                ' 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'
     250                help="how many extra samples should be added at the end of' \
    251251                ' each slice")
    252252        self.add_argument("--cut-every-nslices", type = int,
     
    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'
     259                help="how many extra slices should be added at the end of' \
    260260                ' each slice")
    261261        self.add_argument("--create-first",
Note: See TracChangeset for help on using the changeset viewer.