Skip to content

Commit 836db05

Browse files
committed
f - [OMCProcessWSL] define work directory for WSL
1 parent 09407b4 commit 836db05

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
@@ -1394,7 +1394,8 @@ def __init__(
13941394
# connect to the running omc instance using ZMQ
13951395
self._omc_port = self._omc_port_get()
13961396

1397-
def _wsl_cmd(self, wsl_cwd: Optional[str] = None) -> list[str]: # get wsl base command
1397+
def _wsl_cmd(self, wsl_cwd: Optional[str] = None) -> list[str]:
1398+
# get wsl base command
13981399
wsl_cmd = ['wsl']
13991400
if isinstance(self._wsl_distribution, str):
14001401
wsl_cmd += ['--distribution', self._wsl_distribution]

0 commit comments

Comments
 (0)