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 cb97c68 commit 6c2d478Copy full SHA for 6c2d478
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