Skip to content

Commit 4da15f6

Browse files
author
Alan Christie
committed
test: Minor parameter name tweak
1 parent 3990355 commit 4da15f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/workflow_abc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def get_job(
323323

324324
@abstractmethod
325325
def realise_outputs(
326-
self, *, running_workflow_step_id: str, variables: dict[str, str]
326+
self, *, running_workflow_step_id: str, output_variables: dict[str, str]
327327
) -> tuple[dict[str, Any], int]:
328328
"""Copy (link) the step's files as outputs into the Project directory.
329329
A step ID is provided, along with a map of variables (names and values).

0 commit comments

Comments
 (0)