We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de88b1 commit 3aeeafbCopy full SHA for 3aeeafb
1 file changed
tests/test_OMSessionCmd.py
@@ -3,7 +3,7 @@
3
4
def test_isPackage():
5
omczmq = OMPython.OMCSessionZMQ()
6
- omccmd = OMPython.OMCSessionCmd(session=omczmq)
+ omccmd = OMPython.OMCSessionCmd(session=omczmq.omc_process)
7
assert not omccmd.isPackage('Modelica')
8
9
0 commit comments