1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2026-01-04 21:04:19 +01:00

Get rid of run function for every wrapper module

This commit is contained in:
2017-01-08 11:20:33 +01:00
parent 8528d28a42
commit a14871c52f
3 changed files with 8 additions and 21 deletions

View File

@@ -46,13 +46,3 @@ class Wrapper(base.ArchiveBase):
return self._save_save()
return True
def run(config_file, fsuae_options, configuration):
"""Run fs-uae with provided config file and options"""
runner = Wrapper(config_file, fsuae_options, configuration)
try:
return runner.run()
finally:
runner.clean()