Skip to content

Commit

Permalink
fix missing indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxlife committed Jun 15, 2017
1 parent 64d6108 commit 406a60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion senza/error_handling.py
Expand Up @@ -95,7 +95,7 @@ def die_unknown_error(self, unknown_exception: Exception):
elif sentry:
die_fatal_error("Unknown Error: {e}.\n"
"This error will be pushed to sentry ".format(
e=unknown_exception))
e=unknown_exception))
elif not sentry:
file_name = store_exception(unknown_exception)
die_fatal_error('Unknown Error: {e}.\n'
Expand Down

0 comments on commit 406a60b

Please sign in to comment.