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
attributes = {}
pOSIdent = ...
for child in ...:
name = child...
if name == 'pOSIdent':
pOSIdent = ...text
else:
attributes[name] = ...text
for name, value in attributes.item():
col_name = col_cov(name)
if col_name not in cols:
col_name = col_conv_dict(name)
if col_name not in cols:
raise ... vs. continue...
... update
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: