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