diff --git a/install.py b/install.py index 18bccb8..e73a596 100755 --- a/install.py +++ b/install.py @@ -269,7 +269,7 @@ def defaultConfig(): nextTo = os.path.join(here, "..", FORMS_DIRNAME) if os.path.exists(nextTo): return nextTo - nextTo = os.path.join(here, "..", FORMS_DIRNAME) + nextTo = os.path.join(here, FORMS_DIRNAME) if os.path.exists(nextTo): # already in current dir return nextTo