Skip to content

Commit

Permalink
See if this is better
Browse files Browse the repository at this point in the history
Issue #252
  • Loading branch information
damies13 committed Nov 2, 2024
1 parent 8fe0878 commit fcac531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Regression/Manager/GUI_Common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Kill If Still Running
# Log ${processes}
FOR ${p} IN @{processes}
# Log ${p}
IF "${cmdname}" in $p.name()
IF $cmdname in $p.name()
Evaluate $p.kill()
END
END
Expand Down

0 comments on commit fcac531

Please sign in to comment.