We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7306588 commit e799a7eCopy full SHA for e799a7e
1 file changed
OMPython/OMCSession.py
@@ -623,8 +623,7 @@ def omcpath(self, *path) -> OMCPath:
623
# noinspection PyArgumentList
624
return OMCPath(*path)
625
raise OMCSessionException("OMCPath is supported for Python < 3.12 only if OMCProcessLocal is used!")
626
- else:
627
- return OMCPath(*path, session=self)
+ return OMCPath(*path, session=self)
628
629
def omcpath_tempdir(self, tempdir_base: Optional[OMCPath] = None) -> OMCPath:
630
"""
0 commit comments