Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #76535

Re: python scikits.audiolab Sndfile special chars in file name

References <CABy8q84h2Cs9o9byiPC6wsOu_=E49tRagxrVerrKCBBxFv73+g@mail.gmail.com>
Date 2014-08-19 11:42 +1000
Subject Re: python scikits.audiolab Sndfile special chars in file name
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.13128.1408412540.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Tue, Aug 19, 2014 at 1:34 AM, Furqan wasi <furqan@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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: python scikits.audiolab Sndfile special chars in file name Chris Angelico <rosuav@gmail.com> - 2014-08-19 11:42 +1000

csiph-web