Skip to content

Commit 9f3a071

Browse files
committed
??? fix
1 parent 3c0a383 commit 9f3a071

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OMPython/OMCSession.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1552,7 +1552,7 @@ def _docker_omc_start(
15521552
docker_cid: Optional[str] = None,
15531553
) -> Tuple[subprocess.Popen, DockerPopen, str]:
15541554

1555-
if not isinstance(docker_image , str):
1555+
if not isinstance(docker_image, str):
15561556
raise OMCSessionException("A docker image name must be provided!")
15571557

15581558
my_env = os.environ.copy()

0 commit comments

Comments
 (0)