Created
January 14, 2021 23:58
-
-
Save anddam/88bf1ce2734af3b5a099b7b292572b07 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try: | |
value = SomethingThatCouldBreakAndThereforeProbablyWill() | |
except Exception: | |
log.exception("SHTF") | |
# return None | |
return value |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment