We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3862b41 commit 57b173bCopy full SHA for 57b173b
1 file changed
OMPython/OMCSession.py
@@ -1361,7 +1361,8 @@ def __init__(
1361
# connect to the running omc instance using ZMQ
1362
self._omc_port = self._omc_port_get()
1363
1364
- def _wsl_cmd(self, wsl_cwd: Optional[str] = None) -> list[str]: # get wsl base command
+ def _wsl_cmd(self, wsl_cwd: Optional[str] = None) -> list[str]:
1365
+ # get wsl base command
1366
wsl_cmd = ['wsl']
1367
if isinstance(self._wsl_distribution, str):
1368
wsl_cmd += ['--distribution', self._wsl_distribution]
0 commit comments