mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2026-01-31 04:55:55 +01:00
Setting assets paths in base class
This commit is contained in:
@@ -40,7 +40,6 @@ class Archive(base.Base):
|
||||
if not super(Archive, self).run():
|
||||
return False
|
||||
|
||||
self._set_assets_paths()
|
||||
if not self._extract():
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user