We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f38def commit 9dc161bCopy full SHA for 9dc161b
1 file changed
OMPython/OMCSession.py
@@ -415,7 +415,7 @@ def size(self) -> int:
415
416
if sys.version_info < (3, 12):
417
418
- class OMCPathCompatibility:
+ class OMCPathCompatibility(pathlib.Path):
419
"""
420
Compatibility class for OMCPath in Python < 3.12. This allows to run all code which uses OMCPath (mainly
421
ModelicaSystem) on these Python versions. There is one remaining limitation: only OMCProcessLocal will work as
0 commit comments