Skip to content

Commit e4b22a7

Browse files
committed
add MCR_CACHE_ROOT
1 parent 059fd86 commit e4b22a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PyStemmusScope/bmi/local_process.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def __init__(self, cfg_file: str) -> None:
103103
env = {
104104
"LD_LIBRARY_PATH": lib_path,
105105
"MATLAB_LOG_DIR": str(config["OutputPath"]),
106+
"MCR_CACHE_ROOT": str(os.getenv("MCR_CACHE_ROOT")),
106107
}
107108

108109
self.process = subprocess.Popen(

0 commit comments

Comments
 (0)