We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6bdb76 commit 4e31f10Copy full SHA for 4e31f10
1 file changed
OMPython/OMCSession.py
@@ -375,9 +375,8 @@ def size(self) -> int:
375
376
class OMPathCompatibility(pathlib.Path):
377
"""
378
- Compatibility class for OMCPath in Python < 3.12. This allows to run all code which uses OMCPath (mainly
379
- ModelicaSystem) on these Python versions. There is one remaining limitation: only OMCProcessLocal will work as
380
- OMPathCompatibility is based on the standard pathlib.Path implementation.
+ Compatibility class for OMPathBase in Python < 3.12. This allows to run all code which uses OMPathBase (mainly
+ ModelicaSystem) on these Python versions. There are remaining limitation as only local execution is possible.
381
382
383
# modified copy of pathlib.Path.__new__() definition
0 commit comments