python scikits.audiolab Sndfile special chars in file name

Chris Angelico rosuav at gmail.com
Mon Aug 18 21:42:18 EDT 2014


On Tue, Aug 19, 2014 at 1:34 AM, Furqan wasi <furqan at avpreserve.com> wrote:
> except:
>     print('Simple didnt work')
>     pass

Drop all of these bare excepts. Let the exceptions get printed.
Believe you me, they are a LOT more helpful than "didnt work".

ChrisA



More information about the Python-list mailing list