Skip to content

Commit 82078ac

Browse files
committed
[OMCSessionZMQ] no session for omc_run_data_update()
1 parent 226df12 commit 82078ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OMPython/OMCSession.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ def omcpath_tempdir(self, tempdir_base: Optional[OMCPath] = None) -> OMCPath:
600600

601601
return tempdir
602602

603-
def omc_run_data_update(self, omc_run_data: OMCSessionRunData, session: OMCSessionZMQ) -> OMCSessionRunData:
603+
def omc_run_data_update(self, omc_run_data: OMCSessionRunData) -> OMCSessionRunData:
604604
"""
605605
Modify data based on the selected OMCProcess implementation.
606606

0 commit comments

Comments
 (0)