Skip to content

Commit

Permalink
Bug: download_model superflous argument
Browse files Browse the repository at this point in the history
Signed-off-by: SystemsPurge <[email protected]>
  • Loading branch information
SystemsPurge committed Nov 7, 2024
1 parent da9222d commit e3a2ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion villas/controller/components/simulators/dpsim.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def load_cim(self, fp):

def start(self, payload):
super().start(payload)
fp = self.download_model(payload)
fp = self.download_model()
if fp:
self.load_cim(fp)

Expand Down

0 comments on commit e3a2ded

Please sign in to comment.