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 9240ff6 commit 7af3eb7Copy full SHA for 7af3eb7
OMPython/OMCSession.py
@@ -277,6 +277,7 @@ class OMCPath(pathlib.PurePosixPath):
277
# TODO: need to handle PurePosixPath and PureWindowsPath
278
# PureOMCPath => OMCPathPosix(PureOMCPath, PurePosixPath)
279
# => OMCPathWindows(PureOMCPath, PureWindowsPath)
280
+ # TODO: only working for Python 3.12+ (not working for 3.10!; 3.11?)
281
282
def __init__(self, *path, session: OMCSessionZMQ):
283
super().__init__(*path)
0 commit comments