Another tiny tweak to @debug

This commit is contained in:
Dico200
2016-05-30 22:58:27 +02:00
parent c7d872c93b
commit 5d3530242e

View File

@@ -304,4 +304,5 @@ def debug(func):
return func(*args, **kwargs)
except:
error(trace())
return None
return wrap