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)
commit928309d2e331a5fc8336877ecc37fb64450d621c
tree50fe1289ce09da2298f9af1df160f706c61b6272
parent538e2805c8ed1b389fcecfeb6b6a4862ccb91a95
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