Catch Exception when necessary
authorJeremy Stanley <fungi@yuggoth.org>
Thu, 9 Nov 2017 05:29:24 +0000 (05:29 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Thu, 9 Nov 2017 05:34:17 +0000 (05:34 +0000)
commit22a72bec37c3a569f319dbd3bd72676f380d480b
tree50fe1289ce09da2298f9af1df160f706c61b6272
parent3a23edd7aa2a33c47ce9d4ff0167d80bee26b300
Catch Exception when necessary

In situations where any exception needs to be matched in an except
clause, specify the Exception base class so as to be explicit that
it's an intentional choice and not an accidental omission.
mudpy/tests/selftest.py