Revision 7148
Added by Aaron Marcuse-Kubitza about 12 years ago
bin/map | ||
---|---|---|
312 | 312 |
mappings_orig = mappings[:] # save a copy |
313 | 313 |
mappings[:] = [] # empty existing elements |
314 | 314 |
for in_, out in mappings_orig: |
315 |
if is_metadata(in_): mappings.append((in_, out))
|
|
315 |
if is_metadata(in_): mappings.append([in_, out])
|
|
316 | 316 |
else: |
317 | 317 |
try: |
318 | 318 |
cols = get_with_prefix(col_names_map, prefixes_simp, |
Also available in: Unified diff
bin/map: map_table(): Resolving prefixes: Fixed bug where need to use list instead of tuple for metadata value mappings