mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-08 05:34:51 +08:00
Another review suggestion
This commit is contained in:
@@ -29,7 +29,7 @@ def clean_parso_cache():
|
|||||||
"""
|
"""
|
||||||
old = cache._default_cache_path
|
old = cache._default_cache_path
|
||||||
tmp = tempfile.mkdtemp(prefix='parso-test-')
|
tmp = tempfile.mkdtemp(prefix='parso-test-')
|
||||||
cache._default_cache_path = Path(str(tmp))
|
cache._default_cache_path = Path(tmp)
|
||||||
yield
|
yield
|
||||||
cache._default_cache_path = old
|
cache._default_cache_path = old
|
||||||
shutil.rmtree(tmp)
|
shutil.rmtree(tmp)
|
||||||
|
|||||||
Reference in New Issue
Block a user