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
# TODO: not sure why python2 doesn't just catch this error, but it doesn't seem to..# try:# v = a[4]# except Exception as err:# print("caught error: %s" % (err,))# pass