summaryrefslogtreecommitdiff
path: root/helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'helpers.py')
-rwxr-xr-xhelpers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers.py b/helpers.py
index a72af2e..40c313b 100755
--- a/helpers.py
+++ b/helpers.py
@@ -304,4 +304,5 @@ def debug(func):
return func(*args, **kwargs)
except:
error(trace())
+ return None
return wrap