Skip to content

Commit e3a2ded

Browse files
committed
Bug: download_model superflous argument
Signed-off-by: SystemsPurge <[email protected]>
1 parent da9222d commit e3a2ded

File tree

1 file changed

+1
-1
lines changed
  • villas/controller/components/simulators

1 file changed

+1
-1
lines changed

villas/controller/components/simulators/dpsim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def load_cim(self, fp):
2828

2929
def start(self, payload):
3030
super().start(payload)
31-
fp = self.download_model(payload)
31+
fp = self.download_model()
3232
if fp:
3333
self.load_cim(fp)
3434

0 commit comments

Comments
 (0)