diff --git a/config.py b/config.py index 7b907f946..7f47ab871 100644 --- a/config.py +++ b/config.py @@ -44,7 +44,7 @@ def defPaths(): if savePath is None: savePath = os.path.join(pyfaPath, "saveddata") else: - savePath = getattr(configforced, "savePath", None) + savePath = getattr(configforced, "savePath", savePath) if savePath is None: savePath = unicode(os.path.expanduser(os.path.join("~", ".pyfa")), sys.getfilesystemencoding())