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
StandardError does not exist any more in Python3 (https://docs.python.org/3/library/exceptions.html). The suggestion of migrating Python2 to Python3 and supporting both versions is to change to Exception.
StandardError does not exist any more in
Python3(https://docs.python.org/3/library/exceptions.html). The suggestion of migratingPython2toPython3and supporting both versions is to change toException.reference