1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2025-12-19 04:20:23 +01:00

Extracted some methods to utils module

This commit is contained in:
2016-12-25 16:21:57 +01:00
parent 8b51979dc5
commit 9bbe39b059
3 changed files with 70 additions and 5 deletions

View File

@@ -122,7 +122,9 @@ def run():
"exists.\n" % wrapper_module)
sys.exit(3)
wrapper.run(config_file, fs_uae_options, wrapper_options, configuration)
if not wrapper.run(config_file, fs_uae_options, wrapper_options,
configuration):
sys.exit(4)
if __name__ == "__main__":