Skip to content

Commit

Permalink
Fixing utils string
Browse files Browse the repository at this point in the history
  • Loading branch information
aronchick committed May 29, 2020
1 parent 6b7233c commit 5e6a2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def __init__(self):

if self._buffer is None:
raise SystemError(
f"Somehow, we've lost the 'buffer' logger, meaning nothing will be printed. Exiting now."
"Somehow, we've lost the 'buffer' logger, meaning nothing will be printed. Exiting now."
)

def get_loggers(self):
Expand Down

0 comments on commit 5e6a2e1

Please sign in to comment.