Skip to content

Commit

Permalink
Update cylc/flow/config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim authored Feb 11, 2025
1 parent 533f895 commit a039bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2300,7 +2300,7 @@ def check_outputs(self, terminals: Iterable[str]) -> None:
terminal_outputs.append((task, qualifier_str))

for task, output in terminal_outputs:
if output not in self.cfg['runtime'][task]['outputs']:
if output not in self.cfg['runtime'][task]['outputs']:
raise WorkflowConfigError(
f"Undefined custom output: {task}:{output}"
)
Expand Down

0 comments on commit a039bcc

Please sign in to comment.