We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf33fc0 commit 5d36919Copy full SHA for 5d36919
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