Ignore:
Timestamp:
Jul 24, 2017, 2:12:55 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:
1070378
Parents:
482641d (diff), ddea34b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into yinfast

File:
1 edited

Legend:

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

    r482641d r9fa0ed1  
    188188        return samples2samples
    189189    else:
    190         raise ValueError('invalid time format %s' % mode)
     190        raise ValueError("invalid time format '%s'" % mode)
    191191
    192192# definition of processing classes
Note: See TracChangeset for help on using the changeset viewer.