Don't mess with inheritance for filling settings

This commit is contained in:
nvbn
2015-04-22 22:29:23 +02:00
parent 69a9516477
commit 0553d57ec1
4 changed files with 74 additions and 70 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ def is_second_run(command):
def main():
colorama.init()
user_dir = setup_user_dir()
settings = conf.Settings(user_dir)
settings = conf.get_settings(user_dir)
command = get_command(settings, sys.argv)
if command: