mirror of
https://github.com/gryf/e-uae-wrapper.git
synced 2026-02-15 15:05:45 +01:00
Added special wrapper_tmp_dir to the config
This commit is contained in:
@@ -45,7 +45,7 @@ class Base(object):
|
|||||||
if not self._validate_options():
|
if not self._validate_options():
|
||||||
return False
|
return False
|
||||||
|
|
||||||
self.dir = tempfile.mkdtemp()
|
self.config['wrapper_tmp_dir'] = self.dir = tempfile.mkdtemp()
|
||||||
self._interpolate_options()
|
self._interpolate_options()
|
||||||
# self._set_assets_paths()
|
# self._set_assets_paths()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user