Skip to content

Commit 25ffed2

Browse files
committed
fix scan
1 parent 0e89399 commit 25ffed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secator/runners/scan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def yielder(self):
3333
workflow = Workflow(
3434
TemplateLoader(name=f'workflows/{name}'),
3535
self.inputs,
36-
results=[],
36+
results=self.results,
3737
run_opts=opts,
3838
hooks=self._hooks,
3939
context=self.context.copy())

0 commit comments

Comments
 (0)