We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2d478 commit 6031597Copy full SHA for 6031597
example/custom_log_format.py
@@ -71,4 +71,4 @@ def logger_init():
71
try:
72
1/0
73
except: # noqa pylint: disable=bare-except
74
- logger.exception('You can't divide by zero')
+ logger.exception('You can\'t divide by zero')
0 commit comments