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
When using dpath.merge(x, y) with objects as described below, dpath raises an error when it stumbles into a tuple and appears to treat it like a list and uses extend:
When using
dpath.merge(x, y)
with objects as described below,dpath
raises an error when it stumbles into atuple
and appears to treat it like a list and usesextend
:I believe that this can be handled by catching the
AttributeError
that is raised:dpath-python/dpath/segments.py
Lines 260 to 282 in e0d412f
The text was updated successfully, but these errors were encountered: