Catch final log

This commit is contained in:
Ruud
2012-02-16 21:31:10 +01:00
parent af92355e2f
commit 456b44e80f
+4 -1
View File
@@ -109,4 +109,7 @@ if __name__ == '__main__':
except SystemExit:
raise
except:
l.log.critical(traceback.format_exc())
try:
l.log.critical(traceback.format_exc())
except:
print traceback.format_exc()