Skip to content

Commit d2a0d1c

Browse files
committed
[ModelicaSystem] should not remove warnings as it is used by other functions
1 parent d3285da commit d2a0d1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OMPython/ModelicaSystem.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
import tempfile
4646
import textwrap
4747
from typing import Any, Optional
48+
import warnings
4849
import xml.etree.ElementTree as ET
4950

5051
from OMPython.OMCSession import OMCSessionException, OMCSessionZMQ, OMCProcessLocal

0 commit comments

Comments
 (0)