This commit is contained in:
Kovid Goyal 2011-05-12 16:54:20 -06:00
parent af23efd3d6
commit dc74afe1f2

View File

@ -869,7 +869,8 @@ class Engine(threading.Thread):
if DEBUG:
traceback.print_exc()
except:
traceback.print_exc()
if DEBUG:
traceback.print_exc()
except:
pass