Skip to content

Commit 57b173b

Browse files
committed
f - [OMCProcessWSL] define work directory for WSL
1 parent 3862b41 commit 57b173b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

OMPython/OMCSession.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,8 @@ def __init__(
13611361
# connect to the running omc instance using ZMQ
13621362
self._omc_port = self._omc_port_get()
13631363

1364-
def _wsl_cmd(self, wsl_cwd: Optional[str] = None) -> list[str]: # get wsl base command
1364+
def _wsl_cmd(self, wsl_cwd: Optional[str] = None) -> list[str]:
1365+
# get wsl base command
13651366
wsl_cmd = ['wsl']
13661367
if isinstance(self._wsl_distribution, str):
13671368
wsl_cmd += ['--distribution', self._wsl_distribution]

0 commit comments

Comments
 (0)