Skip to content

Commit 3c73fa9

Browse files
committed
Remove unreachable code
1 parent 630229a commit 3c73fa9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

OMPython/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,6 @@ def __init__(self, fileName=None, modelName=None, lmodel=None, commandLineOption
644644
"""
645645
if fileName is None and modelName is None and not lmodel: # all None
646646
raise Exception("Cannot create ModelicaSystem object without any arguments")
647-
return
648647

649648
self.tree = None
650649
self.quantitiesList = []

0 commit comments

Comments
 (0)