Ignore:
File:
1 edited

Legend:

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

    r3d9b41b 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.