Skip to content

Commit

Permalink
Update cylc/flow/task_proxy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver authored Jan 25, 2024
1 parent 1c656ef commit 89c02ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cylc/flow/task_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,8 @@ def satisfy_me(self, outputs: 'Iterable[Tokens]') -> None:
used = self.state.satisfy_me(outputs)
for output in set(outputs) - used:
LOG.warning(
f"{self.identity} does not depend on {output.relative_id_with_selectors}"
f"{self.identity} does not depend on"
f" {output.relative_id_with_selectors}"
)

def clock_expire(self) -> bool:
Expand Down

0 comments on commit 89c02ce

Please sign in to comment.