Skip to content

Commit d001b83

Browse files
committed
??? OMCPath
1 parent b891a3b commit d001b83

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

OMPython/OMCSession.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,11 @@ def getClassNames(self, className=None, recursive=False, qualified=False, sort=F
276276

277277
class OMCPath(pathlib.PurePosixPath):
278278
"""
279-
Implementation of a basic Path object which uses OMC as backend. The connection to OMC is provided via a
279+
Implementation of a basic (PurePosix)Path object which uses OMC as backend. The connection to OMC is provided via a
280280
OMCSessionZMQ session object.
281+
282+
PurePosixPath is selected to cover usage of OMC in docker or via WSL. Usage of specialised function could result in
283+
errors on a Windows system.
281284
"""
282285

283286
def __init__(self, *path, session: OMCSessionZMQ) -> None:

0 commit comments

Comments
 (0)