From d0dbe3b65d479436d881f0af2d6d071044ec8ff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 29 Mar 2013 19:12:55 -0300 Subject: Set THANDY_HOME and properly copy files from the updates dir --- src/launcher.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/launcher.py') diff --git a/src/launcher.py b/src/launcher.py index 328c965..979f388 100644 --- a/src/launcher.py +++ b/src/launcher.py @@ -10,6 +10,9 @@ class Thandy(threading.Thread): def run(self): while True: try: + os.environ["THANDY_HOME"] = os.path.join(os.getcwd(), + "config", + "thandy") os.environ["THP_DB_ROOT"] = os.path.join(os.getcwd(), "packages") os.environ["THP_INSTALL_ROOT"] = os.path.join(os.getcwd(), -- cgit v1.2.3