Skip to content
Snippets Groups Projects
Commit a7f43910 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix indentation

parent c2a6350a
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@
_exception_in_progress = threading.Lock()
def _info(type, value, tb):
if not _exception_in_progress.acquire(False):
if not _exception_in_progress.acquire(False):
# Exceptions have piled up, so we use the default exception
# handler for such exceptions
_excepthook_save(type, value, tb)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment