Skip to content

Commit 6d2df1b

Browse files
committed
fix(workflows): fixed on_failure action
1 parent 57a10d2 commit 6d2df1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

keep/parser/parser.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,8 @@ def _get_on_failure_action(self, context_manager: ContextManager, workflow: dict
536536
Parse the on-failure action
537537
538538
Args:
539-
workflow (_type_): _description_
539+
context_manager (ContextManager): _description_
540+
workflow (dict): _description_
540541
541542
Returns:
542543
Action | None: _description_

0 commit comments

Comments
 (0)