Fix typo in authmanager

This commit is contained in:
Calum Lind 2013-05-22 02:12:00 +01:00
parent 2c4ef9dbb3
commit 5ae74f4017

View File

@ -193,7 +193,7 @@ class AuthManager(component.Component):
def write_auth_file(self): def write_auth_file(self):
filename = "auth" filename = "auth"
filepath = os.path.join(configmanager,get_config_dir(), filename) filepath = os.path.join(configmanager.get_config_dir(), filename)
filepath_bak = filepath + ".bak" filepath_bak = filepath + ".bak"
try: try: