Skip to content

Commit 570dc39

Browse files
committed
[ModelicaSystem] define _set_compatibility_helper() as static
1 parent cddbc9b commit 570dc39

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
@@ -72,8 +72,8 @@ def __init__(
7272
def setCommandLineOptions(self, commandLineOptions: str):
7373
super().set_command_line_options(command_line_option=commandLineOptions)
7474

75+
@staticmethod
7576
def _set_compatibility_helper(
76-
self,
7777
pkey: str,
7878
args: Any,
7979
kwargs: dict[str, Any],

0 commit comments

Comments
 (0)