backport stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 22 Oct 2010 15:01:54 +0200
changeset 6594 e10468a23291
parent 6592 4dad0ec0a44f (current diff)
parent 6593 0fd8792c9c8a (diff)
child 6595 00cd0b273cf5
backport stable
devtools/__init__.py
--- 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