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.