We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9eae2 commit fbf69d2Copy full SHA for fbf69d2
2 files changed
OMPython/__init__.py
@@ -26,7 +26,7 @@
26
OMPathBase,
27
OMCPath,
28
29
- OMCSession,
+ OMCSessionABC,
30
31
ModelExecutionData,
32
ModelExecutionException,
@@ -58,7 +58,7 @@
58
'OMPathBase',
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