Skip to content

Commit 08795fc

Browse files
committed
[OMCSessionZMQ] no session for omc_run_data_update()
1 parent 8f12f75 commit 08795fc

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
@@ -597,7 +597,7 @@ def omcpath_tempdir(self, tempdir_base: Optional[OMCPath] = None) -> OMCPath:
597597

598598
return tempdir
599599

600-
def omc_run_data_update(self, omc_run_data: OMCSessionRunData, session: OMCSessionZMQ) -> OMCSessionRunData:
600+
def omc_run_data_update(self, omc_run_data: OMCSessionRunData) -> OMCSessionRunData:
601601
"""
602602
Modify data based on the selected OMCProcess implementation.
603603

0 commit comments

Comments
 (0)