From cb524c35907edbf713b5bad0c2d8f41c8d07ae79 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Mon, 9 Mar 2009 16:43:28 +0000 Subject: [PATCH] Do not return when unable to make a backup of the config file --- deluge/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/deluge/config.py b/deluge/config.py index 9d3255f8f..7dd93b161 100644 --- a/deluge/config.py +++ b/deluge/config.py @@ -282,7 +282,6 @@ class Config(object): shutil.move(filename, filename + "~") except Exception, e: log.error("Error backing up old config..") - return # The new config file has been written successfully, so let's move it over # the existing one.