Silent errors
This commit is contained in:
parent
639b9f4961
commit
3b22be5091
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue