We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630229a commit 3c73fa9Copy full SHA for 3c73fa9
1 file changed
OMPython/__init__.py
@@ -644,7 +644,6 @@ def __init__(self, fileName=None, modelName=None, lmodel=None, commandLineOption
644
"""
645
if fileName is None and modelName is None and not lmodel: # all None
646
raise Exception("Cannot create ModelicaSystem object without any arguments")
647
- return
648
649
self.tree = None
650
self.quantitiesList = []
0 commit comments