rspec/rules/S5754/python/message.adoc

10 lines
264 B
Plaintext

=== Message
* if it is a bare "except:":
* specify an exception class to catch or reraise the exception.
* if it catches a BaseException:
* catch a more specific exception or reraise the exception.
* if SystemExit is caught:the application as the user expects.