You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wait_for_comnfirmed returns True if assets/events do not exist
Problem:
The filter criteria for the wait_for_confirmed method can return zero
if the user has made a mistake and this will correspond to an erroneous
True result.
Solution:
Check that the no of assets/events is > 0 before entering the wait_for
loop,
Signed-off-by: Paul Hewlett <phewlett76@gmail.com>
0 commit comments