Closed this issue 5 years ago · 2 comments
The code is logger.exception('You can\t divide by zero')
logger.exception('You can\t divide by zero')
Looks like you dropped the ' between the \ and the t. Should be logger.exception('You can\'t divide by zero')
logger.exception('You can\'t divide by zero')
will take a look
fixed