We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66be622 commit a4f9ef8Copy full SHA for a4f9ef8
1 file changed
OMPython/OMCSession.py
@@ -284,7 +284,6 @@ def __init__(self, timeout=10.00,
284
self._dockerCid = None
285
self._serverIPAddress = "127.0.0.1"
286
self._interactivePort = None
287
- # FIXME: this code is not well written... need to be refactored
288
self._temp_dir = pathlib.Path(tempfile.gettempdir())
289
# generate a random string for this session
290
self._random_string = uuid.uuid4().hex
0 commit comments