[Neo-report] r2064 gregory - /trunk/neo/live_debug.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 4 18:43:31 CEST 2010


Author: gregory
Date: Tue May  4 18:43:29 2010
New Revision: 2064

Log:
Fix decorator.

Modified:
    trunk/neo/live_debug.py

Modified: trunk/neo/live_debug.py
==============================================================================
--- trunk/neo/live_debug.py [iso-8859-1] (original)
+++ trunk/neo/live_debug.py [iso-8859-1] Tue May  4 18:43:29 2010
@@ -53,6 +53,7 @@
             # "debug" module don't kill process.
             traceback.print_exc()
         errno.value = old_errno
+    return decorator
 
 @decorate
 def debugHandler(sig, frame):





More information about the Neo-report mailing list