Skip to content

Commit c117e52

Browse files
committed
[OMCSessionZMQ] no session for omc_run_data_update()
1 parent 72047f3 commit c117e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)