cyberitsolutions / alloc-cli

A CLI that uses the alloc API
GNU Affero General Public License v3.0
1 stars 2 forks source link

Specify exception types #4

Open ghost opened 8 years ago

ghost commented 8 years ago

It is safer to specify an exception type.

"The last except clause may omit the exception name(s), to serve as a wildcard. Use this with extreme caution, since it is easy to mask a real programming error in this way!"

REFS: https://docs.python.org/2/library/exceptions.html https://docs.python.org/2/tutorial/errors.html

ghost commented 8 years ago

This bug is partially fixed, we should do more someday, so I'm leaving open for now.