From 5ae74f401756be04b54759bfc32a7b79c4f009fd Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Wed, 22 May 2013 02:12:00 +0100 Subject: [PATCH] Fix typo in authmanager --- deluge/core/authmanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/core/authmanager.py b/deluge/core/authmanager.py index 768d9f852..cc8eaf73a 100644 --- a/deluge/core/authmanager.py +++ b/deluge/core/authmanager.py @@ -193,7 +193,7 @@ class AuthManager(component.Component): def write_auth_file(self): filename = "auth" - filepath = os.path.join(configmanager,get_config_dir(), filename) + filepath = os.path.join(configmanager.get_config_dir(), filename) filepath_bak = filepath + ".bak" try: