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
if is_array and arraydecl is None:
types['member'] = types['json']
types['json'] = 'json_type_array'
return (types, arraydecl)
except ExpansionError as err:
# try again in case it's an array
if not is_array:
dereference -= 1
is_array = True
if initial_err is None:
initial_err = err
initial_tb = sys.exc_info()[2]
- raise err
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: