Skip to content

Commit

Permalink
Update cylc/flow/config.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hilary James Oliver <[email protected]>
  • Loading branch information
wxtim and hjoliver authored Feb 4, 2025
1 parent cde434c commit 34b1824
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cylc/flow/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2297,8 +2297,7 @@ def check_outputs(
Args: tasks_and_outputs: ((task, output), ...)
Raises: WorkflowConfigError is a user has defined a task with a
custom output, but has not registered a custom output.
Raises: WorkflowConfigError if a custom output is not defined.
"""
for task, output in tasks_and_outputs:
registered_outputs = self.cfg['runtime'][task]['outputs']
Expand Down

0 comments on commit 34b1824

Please sign in to comment.