Show More
@@ -296,9 +296,8 b' def runmap(context, mapping, data):' | |||||
296 | if util.safehasattr(d, 'itermaps'): |
|
296 | if util.safehasattr(d, 'itermaps'): | |
297 | d = d.itermaps() |
|
297 | d = d.itermaps() | |
298 |
|
298 | |||
299 | lm = mapping.copy() |
|
|||
300 |
|
||||
301 | for i in d: |
|
299 | for i in d: | |
|
300 | lm = mapping.copy() | |||
302 | if isinstance(i, dict): |
|
301 | if isinstance(i, dict): | |
303 | lm.update(i) |
|
302 | lm.update(i) | |
304 | lm['originalnode'] = mapping.get('node') |
|
303 | lm['originalnode'] = mapping.get('node') |
General Comments 0
You need to be logged in to leave comments.
Login now