Author: reinhard
Date: 2005-09-23 07:27:51 -0500 (Fri, 23 Sep 2005)
New Revision: 7978

Modified:
   trunk/gnue-common/src/apps/GDebug.py
Log:
Fixed gLeave placeholder.


Modified: trunk/gnue-common/src/apps/GDebug.py
===================================================================
--- trunk/gnue-common/src/apps/GDebug.py        2005-09-23 06:02:31 UTC (rev 
7977)
+++ trunk/gnue-common/src/apps/GDebug.py        2005-09-23 12:27:51 UTC (rev 
7978)
@@ -111,8 +111,7 @@
   return True
 
 def __noLeave (level = 1, *result):
-  if len (result):
-    return result [0]
+  return True
 
 # Initialize builtin dictionary with placeholders until setDebug is called
 __builtin__.__dict__ ['gDebug'] = __noDebug



_______________________________________________
Commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to