Reverted temporary files change
This commit is contained in:
parent
b992d26138
commit
c851b82a1d
|
@ -421,7 +421,7 @@ class _Network:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if not file_path:
|
if not file_path:
|
||||||
file_path = tempfile.mkstemp(prefix="pylast_tmp_")
|
file_path = tempfile.mktemp(prefix="pylast_tmp_")
|
||||||
|
|
||||||
self.cache_backend = _ShelfCacheBackend(file_path)
|
self.cache_backend = _ShelfCacheBackend(file_path)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue