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
indexbox is great, but if an image is specified, an AssertionError is generated by clicking the image, instead of nothing occuring (preferred) or returning None. A hack around this is:
try:
track_num=indexbox('What track do you want?', 'Tracks', tracks, image='media/all_tracks.png')
exceptAssertionErrorase:
logger.warning(f'caught {e}: You must click one of the buttons, not the image')
returnNone
Thanks for awesome project.
The text was updated successfully, but these errors were encountered:
indexbox is great, but if an image is specified, an AssertionError is generated by clicking the image, instead of nothing occuring (preferred) or returning None. A hack around this is:
Thanks for awesome project.
The text was updated successfully, but these errors were encountered: