We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df567aa commit e90aa31Copy full SHA for e90aa31
1 file changed
OMPython/OMCSession.py
@@ -576,7 +576,7 @@ def omcpath(self, *path) -> OMCPath:
576
"""
577
Create an OMCPath object based on the given path segments and the current OMC session.
578
579
- return self.omc_process.omcpath(path)
+ return self.omc_process.omcpath(*path)
580
581
def omcpath_tempdir(self, tempdir_base: Optional[OMCPath] = None) -> OMCPath:
582
0 commit comments