Skip to content

Commit

Permalink
try no quotes
Browse files Browse the repository at this point in the history
Issue #252
  • Loading branch information
damies13 committed Nov 2, 2024
1 parent 4e5fdda commit 4c009b2
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 @@ -257,7 +257,7 @@ Kill If Still Running
[Arguments] ${cmdname}
${processes}= Evaluate psutil.process_iter() modules=psutil
FOR ${p} IN ${processes}
IF "$cmdname" in $p.name()
IF $cmdname in $p.name()
Evaluate $p.kill()
END
END
Expand Down

0 comments on commit 4c009b2

Please sign in to comment.