Skip to content

Commit ab0beae

Browse files
committed
[ModelicaSystem] add spelling fix (fox codespell)
1 parent 2802d9f commit ab0beae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OMPython/ModelicaSystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1495,7 +1495,7 @@ def linearize(self, lintime: Optional[float] = None, simflags: Optional[str] = N
14951495
linear_data = {}
14961496
linear_file_content = linear_file.read_text()
14971497
try:
1498-
# ignore possible typing errors below (mypy) - these are catched by the try .. except .. block
1498+
# ignore possible typing errors below (mypy) - these are caught by the try .. except .. block
14991499
linear_file_ast = ast.parse(linear_file_content)
15001500
for body_part in linear_file_ast.body[0].body: # type: ignore
15011501
if not isinstance(body_part, ast.Assign):

0 commit comments

Comments
 (0)