Skip to content

Commit 4e31f10

Browse files
committed
??? fix docstring
1 parent a6bdb76 commit 4e31f10

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

OMPython/OMCSession.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,8 @@ def size(self) -> int:
375375

376376
class OMPathCompatibility(pathlib.Path):
377377
"""
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.
378+
Compatibility class for OMPathBase in Python < 3.12. This allows to run all code which uses OMPathBase (mainly
379+
ModelicaSystem) on these Python versions. There are remaining limitation as only local execution is possible.
381380
"""
382381

383382
# modified copy of pathlib.Path.__new__() definition

0 commit comments

Comments
 (0)