Fixed a bug in migrate code and seperated logging options into logging.cfg

This commit is contained in:
echel0n 2014-04-04 15:23:35 -07:00
commit db7d7e6efb

View file

@ -112,8 +112,7 @@ class migratecfg:
confignew[section][subsection][option] = value confignew[section][subsection][option] = value
else: else:
confignew[section][option] = value confignew[section][option] = value
except: except:pass
return False
# create a backup of our old config # create a backup of our old config
if os.path.isfile(config.CONFIG_FILE): if os.path.isfile(config.CONFIG_FILE):