We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1347d11 commit 15034abCopy full SHA for 15034ab
1 file changed
tests/test_ZMQ.py
@@ -11,7 +11,7 @@ def __init__(self, *args, **kwargs):
11
self.tmp = tempfile.mkdtemp(prefix='tmpOMPython.tests')
12
self.origDir = os.getcwd()
13
os.chdir(self.tmp)
14
- self.om = OMPython.OMCSession()
+ self.om = OMPython.OMCSessionZMQ()
15
os.chdir(self.origDir)
16
def __del__(self):
17
shutil.rmtree(self.tmp, ignore_errors=True)
0 commit comments