fix indentation

This commit is contained in:
Yann Leboulanger 2005-09-18 19:49:08 +00:00
parent c2a6350adf
commit a7f4391083
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ _ = i18n._
_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)