fix typo in last

This commit is contained in:
Marcos Pinto 2008-07-04 23:57:15 +00:00
parent 18d7026db7
commit cf54a107a4
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ def get_default_config_dir(filename=None):
""" """
if windows_check(): if windows_check():
if filename: if filename:
return os.path.join(os.environ.get("APPDATA"), "deluge"), filename) return os.path.join(os.environ.get("APPDATA"), "deluge", filename)
else: else:
return os.path.join(os.environ.get("APPDATA"), "deluge") return os.path.join(os.environ.get("APPDATA"), "deluge")
else: else: