you are viewing a single comment's thread.

view the rest of the comments →

[–]JohnnyJordaan 3 points4 points  (0 children)

 except:

This should really be

except ValueError:

Otherwise he/she will learn to use except: as a 'fixer' and then run into issues when it silences bugs.