Do not return when unable to make a backup of the config file

This commit is contained in:
Andrew Resch 2009-03-09 16:43:28 +00:00
parent 874c5dc106
commit cb524c3590

View file

@ -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.