We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a31131 commit 94e8618Copy full SHA for 94e8618
spotcli/configuration/tasks.py
@@ -279,5 +279,4 @@ class Scenario:
279
def run(self):
280
results = []
281
for task in self.tasks:
282
- results.extend(task.run())
283
- return results
+ task.run()
0 commit comments