Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pydebug.py
diff options
context:
space:
mode:
authorolpc user <olpc@localhost.localdomain>2010-02-24 11:41:11 (GMT)
committer olpc user <olpc@localhost.localdomain>2010-02-24 11:41:11 (GMT)
commitdd753af4406d3a714dddd0048b536a4fa4f3704a (patch)
treeb1a26a3f444fe4a43a21da9b2a594163b766d52d /pydebug.py
parent94d2456c42e85f75e62d97bfeaf4814ecbea56fa (diff)
help working
Diffstat (limited to 'pydebug.py')
-rw-r--r--pydebug.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pydebug.py b/pydebug.py
index 18ea2ec..107fa54 100644
--- a/pydebug.py
+++ b/pydebug.py
@@ -1350,6 +1350,7 @@ class PyDebugActivity(Activity,Terminal):
def write_activity_info(self):
#write the activity.info file
_logger.debug('entered write_actiity_info')
+ if self.child_path == None: return
filen = os.path.join(self.child_path,'activity','activity.info')
#try:
with open(filen,'r') as fd: