Skip to content

Commit deca0b1

Browse files
committed
[OMCProcessDockerHelper] define work directory in docker
1 parent 24879cc commit deca0b1

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
@@ -1122,6 +1122,7 @@ def omc_run_data_update(self, omc_run_data: OMCSessionRunData, session: OMCSessi
11221122
[
11231123
"docker", "exec",
11241124
"--user", str(self._getuid()),
1125+
"--workdir", omc_run_data_copy.cmd_path,
11251126
]
11261127
+ self._dockerExtraArgs
11271128
+ [self._dockerCid]

0 commit comments

Comments
 (0)