Skip to content

Commit 77b0fc4

Browse files
committed
[OMCProcessDockerHelper] define work directory in docker
1 parent 6e962dc commit 77b0fc4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

OMPython/OMCSession.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,6 +1097,7 @@ def omc_run_data_update(self, omc_run_data: OMCSessionRunData, session: OMCSessi
10971097
[
10981098
"docker", "exec",
10991099
"--user", str(self._getuid()),
1100+
"--workdir", omc_run_data_copy.cmd_path,
11001101
]
11011102
+ self._dockerExtraArgs
11021103
+ [self._dockerCid]

0 commit comments

Comments
 (0)