mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-13 04:54:23 +00:00
Do not return when unable to make a backup of the config file
This commit is contained in:
parent
27298ba8d8
commit
344446a626
@ -288,7 +288,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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user