devtools/__init__.py
branchstable
changeset 6593 0fd8792c9c8a
parent 6585 9af22f2c0c4c
child 6594 e10468a23291
child 6729 1a423eaee782
--- a/devtools/__init__.py	Fri Oct 22 14:30:59 2010 +0200
+++ b/devtools/__init__.py	Fri Oct 22 15:01:43 2010 +0200
@@ -114,8 +114,8 @@
     def __init__(self, appid, apphome=None, log_threshold=logging.CRITICAL+10):
         # must be set before calling parent __init__
         if apphome is None:
-            if exists(self.appid):
-                apphome = abspath(self.appid)
+            if exists(appid):
+                apphome = abspath(appid)
             else: # cube test
                 apphome = abspath('..')
         self._apphome = apphome