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
else:
confignew[section][option] = value
except:
return False
except:pass
# create a backup of our old config
if os.path.isfile(config.CONFIG_FILE):