Skip to content

Commit 7af3eb7

Browse files
committed
add TODO - need to check Python versions
* not working: 3.10 * working: 3.12
1 parent 9240ff6 commit 7af3eb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OMPython/OMCSession.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ class OMCPath(pathlib.PurePosixPath):
277277
# TODO: need to handle PurePosixPath and PureWindowsPath
278278
# PureOMCPath => OMCPathPosix(PureOMCPath, PurePosixPath)
279279
# => OMCPathWindows(PureOMCPath, PureWindowsPath)
280+
# TODO: only working for Python 3.12+ (not working for 3.10!; 3.11?)
280281

281282
def __init__(self, *path, session: OMCSessionZMQ):
282283
super().__init__(*path)

0 commit comments

Comments
 (0)