mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Do not return when unable to make a backup of the config file
This commit is contained in:
parent
874c5dc106
commit
cb524c3590
1 changed files with 0 additions and 1 deletions
|
@ -282,7 +282,6 @@ class Config(object):
|
||||||
shutil.move(filename, filename + "~")
|
shutil.move(filename, filename + "~")
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
log.error("Error backing up old config..")
|
log.error("Error backing up old config..")
|
||||||
return
|
|
||||||
|
|
||||||
# The new config file has been written successfully, so let's move it over
|
# The new config file has been written successfully, so let's move it over
|
||||||
# the existing one.
|
# the existing one.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue