devtools/__init__.py
changeset 6594 e10468a23291
parent 6586 207dc5111af2
parent 6593 0fd8792c9c8a
child 6631 26c303c3f1aa
--- a/devtools/__init__.py	Fri Oct 22 14:54:24 2010 +0200
+++ b/devtools/__init__.py	Fri Oct 22 15:01:54 2010 +0200
@@ -103,8 +103,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