[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnue] r7978 - trunk/gnue-common/src/apps
From: |
reinhard |
Subject: |
[gnue] r7978 - trunk/gnue-common/src/apps |
Date: |
Wed, 28 Sep 2005 12:35:37 -0500 (CDT) |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnue] r7978 - trunk/gnue-common/src/apps,
reinhard <=