From a7f4391083737ba701d040ffe0ceea128d8468a5 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 18 Sep 2005 19:49:08 +0000 Subject: [PATCH] fix indentation --- src/gtkexcepthook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gtkexcepthook.py b/src/gtkexcepthook.py index 4ee7ac20a..bb69826c9 100644 --- a/src/gtkexcepthook.py +++ b/src/gtkexcepthook.py @@ -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)