Skip to content

Commit e16a1b9

Browse files
authored
fix robot syntax
1 parent 7992973 commit e16a1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atest/Keywords.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Lab Log Should Not Contain Known Error Messages
7272
${test log} = Set Variable ${log[${PREVIOUS LAB LOG LENGTH}:]}
7373
${length} = Get Length ${log}
7474
Set Global Variable ${PREVIOUS LAB LOG LENGTH} ${length}
75-
Run Keyword If "${OS}", "${PY}") !\= ("windows", "36")
75+
Run Keyword If ("${OS}", "${PY}") !\= ("windows", "36")
7676
... Should Not Contain Any ${test log} @{KNOWN BAD ERRORS}
7777

7878
Wait For Splash

0 commit comments

Comments
 (0)