mirror of
https://github.com/gryf/e-uae-wrapper.git
synced 2026-02-08 02:05:46 +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():
|
||||
return False
|
||||
|
||||
self.dir = tempfile.mkdtemp()
|
||||
self.config['wrapper_tmp_dir'] = self.dir = tempfile.mkdtemp()
|
||||
self._interpolate_options()
|
||||
# self._set_assets_paths()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user