Project

General

Profile

« Previous | Next » 

Revision 7148

bin/map: map_table(): Resolving prefixes: Fixed bug where need to use list instead of tuple for metadata value mappings

View differences:

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