diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-20 22:04:37 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-20 22:04:37 +0200 |
commit | 446df9c1468d72ec1456dd7d44dd8ceefaa4c0ad (patch) | |
tree | 38b00be2d62f375d7a9f633328de2573b6cc92af /module/InitHomeDir.py | |
parent | debug report + deposit fix (diff) | |
download | pyload-446df9c1468d72ec1456dd7d44dd8ceefaa4c0ad.tar.xz |
setup improvements, UnRar fix
Diffstat (limited to 'module/InitHomeDir.py')
-rw-r--r-- | module/InitHomeDir.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/InitHomeDir.py b/module/InitHomeDir.py index 7db0e7cbc..0c66b5c32 100644 --- a/module/InitHomeDir.py +++ b/module/InitHomeDir.py @@ -59,7 +59,7 @@ args = " ".join(argv[1:]) if path.exists(path.join(pypath, "module", "config", "configdir")): f = open(path.join(pypath, "module", "config", "configdir"), "rb") c = f.read().strip() - configdir = c + configdir = path.join(pypath, c) elif "--configdir=" in args: pos = args.find("--configdir=") |