This repository was archived by the owner on Jul 2, 2019. It is now read-only.
This repository was archived by the owner on Jul 2, 2019. It is now read-only.
Specify errors for bare excepts #97
Open
Description
There are bare except
statements in the code which caused me problems on several occasions as I tried to debug. These should have specific errors indicated to ensure accurate behavior. @dlindenbaum, I can try to fix these (or at least ID the except
s that need to be targeted), but I'm not going to know what each one is supposed to be catching so might need help.