Skip to content

Commit da0cf41

Browse files
committed
[OMCSessionZMQ] call super()__init__()
1 parent af54fc6 commit da0cf41

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

OMPython/OMCSession.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,6 +1531,8 @@ def __init__(
15311531
raise OMCSessionException("Invalid definition of the OMC process!")
15321532
self.omc_process = omc_process
15331533

1534+
super().__init__(timeout=timeout)
1535+
15341536
def __del__(self):
15351537
if hasattr(self, 'omc_process'):
15361538
del self.omc_process

0 commit comments

Comments
 (0)