79485901

Date: 2025-03-05 08:56:13
Score: 1.5
Natty:
Report link

Beware that setting variables does not work with "Run Keyword If". It works in "IF" but if you are using an older version of Robot then use "Set Variable If" instead (https://robotframework.org/robotframework/latest/libraries/BuiltIn.html#Set%20Variable%20If):

${var1}=  Set Variable If  ${rc} == 0  val1  val2
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andreas Mikael Bank