Fix regression introduced in 09450b6bd5fce1105d1dacffd8dc85429db72321

This commit is contained in:
f3flight 2016-08-02 11:20:09 +00:00
parent 09450b6bd5
commit 201ed9843b

View File

@ -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: