Silent errors

This commit is contained in:
HelloZeroNet 2015-02-09 02:14:15 +01:00
parent 639b9f4961
commit 3b22be5091
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ def handleError(*args):
silent = True
else:
silent = False
print "Error catched", args
if args[0].__name__ != "Notify": last_error = args
if not silent and args[0].__name__ != "Notify":
sys.__excepthook__(*args)