We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a94ab commit 843c5aeCopy full SHA for 843c5ae
2 files changed
OMPython/__init__.py
@@ -26,7 +26,7 @@
26
OMPathABC,
27
OMCPath,
28
29
- OMCSession,
+ OMCSessionABC,
30
31
ModelExecutionData,
32
ModelExecutionException,
@@ -58,7 +58,7 @@
58
'OMPathABC',
59
'OMCPath',
60
61
- 'OMCSession',
+ 'OMCSessionABC',
62
63
'doe_get_solutions',
64
tests/test_OMCPath.py
@@ -48,7 +48,7 @@ def test_OMCPath_OMCProcessWSL():
48
del omcs
49
50
51
-def _run_OMCPath_checks(omcs: OMPython.OMCSession):
+def _run_OMCPath_checks(omcs: OMPython.OMCSessionABC):
52
p1 = omcs.omcpath_tempdir()
53
p2 = p1 / 'test'
54
p2.mkdir()
0 commit comments