mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 02:12:04 +02:00
change cache folder name
This commit is contained in:
parent
1e17e77a28
commit
2c844b1707
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ from contextlib import contextmanager
|
||||||
|
|
||||||
from . import desc
|
from . import desc
|
||||||
|
|
||||||
cacheFolder = os.path.join(tempfile.gettempdir(), 'processGraphCache')
|
cacheFolder = os.path.join(tempfile.gettempdir(), 'MeshroomCache')
|
||||||
nodesDesc = {}
|
nodesDesc = {}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue