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
As currently implemented, the code will fail to find fields in the corresponding data_dict if their parents have parents (no proper loop up the ladder of parents).
Apart from that, thank you for your very helpful library!
Kind regards,
Johannes Bergmann
The text was updated successfully, but these errors were encountered:
Hi,
starting on line 207, the code currently reads:
Line 211 should be:
key = target_aux['/Parent'][ANNOT_FIELD_KEY][1:-1] + '.' + key
As currently implemented, the code will fail to find fields in the corresponding data_dict if their parents have parents (no proper loop up the ladder of parents).
Apart from that, thank you for your very helpful library!
Kind regards,
Johannes Bergmann
The text was updated successfully, but these errors were encountered: