We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09407b4 commit 836db05Copy full SHA for 836db05
1 file changed
OMPython/OMCSession.py
@@ -1394,7 +1394,8 @@ def __init__(
1394
# connect to the running omc instance using ZMQ
1395
self._omc_port = self._omc_port_get()
1396
1397
- 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]:
1398
+ # get wsl base command
1399
wsl_cmd = ['wsl']
1400
if isinstance(self._wsl_distribution, str):
1401
wsl_cmd += ['--distribution', self._wsl_distribution]
0 commit comments