mirror of
https://github.com/gryf/e-uae-wrapper.git
synced 2026-02-14 06:45:44 +01:00
Make e-uae actually run with archive wrapper
This commit is contained in:
@@ -53,7 +53,7 @@ class Wrapper(base.ArchiveBase):
|
||||
"""
|
||||
Produce archive and save it back. Than remove old one.
|
||||
"""
|
||||
if self.all_options.get('wrapper_persist_data', '0') != '1':
|
||||
if self.config.get('wrapper_persist_data', '0') != '1':
|
||||
return True
|
||||
|
||||
curdir = os.path.abspath('.')
|
||||
@@ -62,7 +62,7 @@ class Wrapper(base.ArchiveBase):
|
||||
saves = self._get_saves_dir()
|
||||
if saves:
|
||||
shutil.rmtree(saves)
|
||||
os.unlink('Config.e-uae')
|
||||
os.unlink('.uaerc')
|
||||
|
||||
title = self._get_title()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user