Skip to content

Commit 6629673

Browse files
committed
[OMCPathReal] align exists() to the definition used in pathlib
1 parent 553933a commit 6629673

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OMPython/OMCSession.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def absolute(self):
396396
"""
397397
return self.resolve(strict=True)
398398

399-
def exists(self) -> bool:
399+
def exists(self, follow_symlinks=True) -> bool:
400400
"""
401401
Semi replacement for pathlib.Path.exists().
402402
"""

0 commit comments

Comments
 (0)