Changeset c290245 for python/lib


Ignore:
Timestamp:
May 10, 2017, 10:30:09 AM (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:
9452505
Parents:
b37e2b2
Message:

python/lib/aubio/cmd.py: improve error message

File:
1 edited

Legend:

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

    rb37e2b2 rc290245  
    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.