Skip to content

Commit a4f9ef8

Browse files
committed
[OMCSessionZMQ] remove fixme - check source of this line
1 parent 66be622 commit a4f9ef8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

OMPython/OMCSession.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ def __init__(self, timeout=10.00,
284284
self._dockerCid = None
285285
self._serverIPAddress = "127.0.0.1"
286286
self._interactivePort = None
287-
# FIXME: this code is not well written... need to be refactored
288287
self._temp_dir = pathlib.Path(tempfile.gettempdir())
289288
# generate a random string for this session
290289
self._random_string = uuid.uuid4().hex

0 commit comments

Comments
 (0)