Skip to content

Commit b2a9190

Browse files
committed
[OMCPathReal] align exists() to the definition used in pathlib
1 parent 90f8c98 commit b2a9190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OMPython/OMCSession.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def absolute(self):
393393
"""
394394
return self.resolve(strict=True)
395395

396-
def exists(self) -> bool:
396+
def exists(self, follow_symlinks=True) -> bool:
397397
"""
398398
Semi replacement for pathlib.Path.exists().
399399
"""

0 commit comments

Comments
 (0)