1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2025-12-26 16:32:37 +01:00

Added copy_conf method test

This commit is contained in:
2016-12-31 18:47:55 +01:00
parent 1878fd48a1
commit fe83ae1813
2 changed files with 14 additions and 3 deletions

View File

@@ -141,10 +141,11 @@ class CD32(object):
curdir = os.path.abspath('.')
os.chdir(self.dir)
utils.extract_archive(self.arch_filepath,
self.all_options.get('wrapper_gui_msg'), item)
result = utils.extract_archive(self.arch_filepath,
self.all_options.get('wrapper_gui_msg'),
item)
os.chdir(curdir)
return True
return result
def _run_game(self, fs_uae_options):
"""execute game in provided directory"""