Skip to content

Commit add8297

Browse files
committed
fix(debugger): add BuiltIn.Run Keyword And Return Status to the list of keywords that caught exceptions on inner keywords
1 parent 456ab2c commit add8297

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/debugger/src/robotcode/debugger/debugger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,6 +1022,7 @@ def start_keyword(self, name: str, attributes: Dict[str, Any]) -> None:
10221022
"BuiltIn.Run Keyword And Warn On Failure",
10231023
"BuiltIn.Wait Until Keyword Succeeds",
10241024
"BuiltIn.Run Keyword And Continue On Failure",
1025+
"BuiltIn.Run Keyword And Return Status",
10251026
]
10261027

10271028
def is_not_caughted_by_keyword(self) -> bool:

0 commit comments

Comments
 (0)