Changeset eb8f7d5


Ignore:
Timestamp:
Sep 16, 2017, 3:46:12 PM (7 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:
8dd5d40
Parents:
c95062b
Message:

python/lib/aubio/cut.py: remove unused variable

File:
1 edited

Legend:

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

    rc95062b reb8f7d5  
    99
    1010def aubio_cut_parser():
    11     usage = "usage: %s [options] -i soundfile" % sys.argv[0]
    12     usage += "\n help: %s -h" % sys.argv[0]
    1311    parser = argparse.ArgumentParser()
    1412    parser.add_argument("source_file", default=None, nargs='?',
Note: See TracChangeset for help on using the changeset viewer.