1
0
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:
2018-02-15 21:09:31 +01:00
parent 2b3ef18609
commit 30110cb712

View File

@@ -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()