Skip to content

Commit fbf69d2

Browse files
committed
fix usage of OMCSession
1 parent 7c9eae2 commit fbf69d2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

OMPython/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
OMPathBase,
2727
OMCPath,
2828

29-
OMCSession,
29+
OMCSessionABC,
3030

3131
ModelExecutionData,
3232
ModelExecutionException,
@@ -58,7 +58,7 @@
5858
'OMPathBase',
5959
'OMCPath',
6060

61-
'OMCSession',
61+
'OMCSessionABC',
6262

6363
'doe_get_solutions',
6464

tests/test_OMCPath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_OMCPath_OMCProcessWSL():
4848
del omcs
4949

5050

51-
def _run_OMCPath_checks(omcs: OMPython.OMCSession):
51+
def _run_OMCPath_checks(omcs: OMPython.OMCSessionABC):
5252
p1 = omcs.omcpath_tempdir()
5353
p2 = p1 / 'test'
5454
p2.mkdir()

0 commit comments

Comments
 (0)