Commit 2e8d75e12c1ad3298164695b03aa94560729c3d3
1 parent
c8c47a5a
- fixed: keyword "fix awards data in global..."
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | ... | @@ -449,6 +449,8 @@ fix awards data in global Users variable |
| 449 | 449 | |
| 450 | 450 | :FOR ${user} IN @{USERS} |
| 451 | 451 | \ continue for loop if '${user}' == '${username}' |
| 452 | + \ ${is_user_has_data} = run keyword and return status dictionary should contain key ${USERS.users} ${user} | |
| 453 | + \ continue for loop if ${is_user_has_data} == ${False} | |
| 452 | 454 | \ ${user_data} = set variable ${USERS.users['${user}']} |
| 453 | 455 | \ ${is_user_has_tender_data} = run keyword and return status dictionary should contain key ${user_data} tender_data |
| 454 | 456 | \ continue for loop if ${is_user_has_tender_data} == ${False} | ... | ... |
Please
register
or
login
to post a comment