Skip to content

Pylint fix - #407

Merged
adeas31 merged 3 commits into
OpenModelica:masterfrom
syntron:pylint_fix
Jan 29, 2026
Merged

Pylint fix#407
adeas31 merged 3 commits into
OpenModelica:masterfrom
syntron:pylint_fix

Conversation

@syntron

@syntron syntron commented Jan 27, 2026

Copy link
Copy Markdown
Contributor
  • fix pylint: W0706: The except handler raises immediately (try-except-raise)
  • OMPython/ModelicaSystem.py:1787:16: W0612: Unused variable 'key' (unused-variable) => replace items() by values()
OMPython/ModelicaSystem.py:1787:16: W0612: Unused variable 'key' (unused-variable)

=> replace items() by values()
@adeas31
adeas31 enabled auto-merge (squash) January 29, 2026 13:53
@adeas31
adeas31 merged commit 7ba2bea into OpenModelica:master Jan 29, 2026
10 checks passed
@syntron
syntron deleted the pylint_fix branch January 29, 2026 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants