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:
@@ -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__":
|
||||
|
||||
Reference in New Issue
Block a user