1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2026-01-07 14:24:14 +01:00

Setting assets paths in base class

This commit is contained in:
2017-01-03 18:49:18 +01:00
parent 1d35436dee
commit 0b831e5b10
4 changed files with 21 additions and 14 deletions

View File

@@ -34,7 +34,6 @@ class CD32(base.Base):
if not self._validate_options():
return False
self._set_assets_paths()
if not self._extract():
return False