Skip to content

Instantly share code, notes, and snippets.

@blaylockbk
Created September 15, 2020 15:30
Show Gist options
  • Save blaylockbk/94eaf32f73af71adb193d31b4d3cbbe6 to your computer and use it in GitHub Desktop.
Save blaylockbk/94eaf32f73af71adb193d31b4d3cbbe6 to your computer and use it in GitHub Desktop.
try:
(do something)
except Exception as e:
print(f"WARNING: {e}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment