Fix regression introduced in 09450b6bd5fce1105d1dacffd8dc85429db72321
This commit is contained in:
parent
09450b6bd5
commit
201ed9843b
@ -542,7 +542,7 @@ class NodeManager(object):
|
||||
dst[k] = w_list(dst[k])
|
||||
dst[k] += w_list(el[k][d])
|
||||
else:
|
||||
dst[k] = w_list(el[k][d])
|
||||
dst[k] = el[k][d]
|
||||
elif k.startswith(p) or k.startswith(once_p):
|
||||
dst[k][d] = {attr: el[k][d]}
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user