Skip to content

Commit

Permalink
prereq bug fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Sep 26, 2023
1 parent f7416cb commit 36e6e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/prerequisite.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def satisfy_me(self, all_task_outputs):
# This only gets called for known prerequisites, except in bad or
# overly wide manual "cylc set" calls.

satisfied = True
satisfied = False
for message in all_task_outputs:
if message in self.satisfied:
self.satisfied[message] = self.DEP_STATE_SATISFIED
Expand Down

0 comments on commit 36e6e27

Please sign in to comment.