We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b338bb commit da9590dCopy full SHA for da9590d
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 process definition.
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