mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2026-01-08 23:04:16 +01:00
Make tempfile prefixed with fs-uae-wrapper string.
Also, included test requirements into tox file, and fixed docs.
This commit is contained in:
@@ -44,7 +44,7 @@ class Base(object):
|
||||
if not self._validate_options():
|
||||
return False
|
||||
|
||||
self.dir = tempfile.mkdtemp()
|
||||
self.dir = tempfile.mkdtemp(prefix='fs-uae-wrapper-')
|
||||
self._normalize_options()
|
||||
self._set_assets_paths()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user