mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +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
|
||||
|
||||
cacheFolder = os.path.join(tempfile.gettempdir(), 'processGraphCache')
|
||||
cacheFolder = os.path.join(tempfile.gettempdir(), 'MeshroomCache')
|
||||
nodesDesc = {}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue