Skip to content

Commit 6031597

Browse files
authored
fix #29
1 parent 6c2d478 commit 6031597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/custom_log_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ def logger_init():
7171
try:
7272
1/0
7373
except: # noqa pylint: disable=bare-except
74-
logger.exception('You can't divide by zero')
74+
logger.exception('You can\'t divide by zero')

0 commit comments

Comments
 (0)