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
#2842 changed TypeConversionDict.get to catch TypeError in addition to ValueError, but other datastructures with get(type=) were not changed. Make them all consistent.
The text was updated successfully, but these errors were encountered:
#2842 changed
TypeConversionDict.get
to catchTypeError
in addition toValueError
, but other datastructures withget(type=)
were not changed. Make them all consistent.The text was updated successfully, but these errors were encountered: