You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In RF5.0 when using 'rfshell' or the 'Debug' keyword, when I am using keywords which are failing/raising exceptions I am getting the following error AttributeError: 'HandlerExecutionFailed' object has no attribute 'full_message'
root@012d6b95697e:/home/cxta# rfshell
==============================================================================
Robot-Debug-Fybfasw9
==============================================================================
RFDEBUG REPL
>>>>> Enter interactive shell
Only accepted plain text format keyword separated with two or more spaces.
Type "help" for more information.
> should contain foo bar
! keyword: should contain foo bar
RFDEBUG REPL | FAIL |
AttributeError: 'HandlerExecutionFailed' object has no attribute 'full_message'
------------------------------------------------------------------------------
Robot-Debug-Fybfasw9 | FAIL |
1 test, 0 passed, 1 failed
==============================================================================
Output: None
I do not see this on RF4.0
The text was updated successfully, but these errors were encountered:
In RF5.0 when using 'rfshell' or the 'Debug' keyword, when I am using keywords which are failing/raising exceptions I am getting the following error
AttributeError: 'HandlerExecutionFailed' object has no attribute 'full_message'
I do not see this on RF4.0
The text was updated successfully, but these errors were encountered: