We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7c7e1 commit e21a723Copy full SHA for e21a723
OMPython/OMCSession.py
@@ -611,8 +611,7 @@ def __init__(self) -> None:
611
@staticmethod
612
def _omc_process_docker(dockerCid: str, random_string: str, timeout: float) -> Optional[DummyPopen]:
613
if sys.platform == 'win32':
614
- # TODO: how to handle docker on win32 systems?
615
- return None
+ raise NotImplementedError("Docker not supported on win32!")
616
617
docker_process = None
618
for idx in range(0, 40):
0 commit comments