Skip to content

Commit

Permalink
Update cylc/flow/task_proxy.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ronnie Dutta <[email protected]>
  • Loading branch information
wxtim and MetRonnie authored Oct 31, 2024
1 parent 266ea26 commit 436a8e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cylc/flow/task_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,9 @@ def state_reset(
return False

def satisfy_me(
self, task_messages: 'Iterable[Tokens]', mode: "RunMode" = RunMode.LIVE
self,
task_messages: 'Iterable[Tokens]',
mode: Optional[RunMode] = RunMode.LIVE,
) -> 'Set[Tokens]':
"""Try to satisfy my prerequisites with given output messages.
Expand Down

0 comments on commit 436a8e8

Please sign in to comment.