Project

General

Profile

« Previous | Next » 

Revision 1507

union: Fixed bug where combinable was not saved for use in deciding whether to add entries in map 1 that weren't already defined

View differences:

bin/union
31 31
    headers[1] = map_1_reader.next()
32 32
    
33 33
    # Check col labels
34
    if not maps.combinable(*headers) and not ignore:
34
    combinable = maps.combinable(*headers)
35
    if not combinable and not ignore:
35 36
        raise SystemExit('Map error: '
36 37
        'Map 0 column 0 label doesn\'t contain map 1 column 0 label')
37 38
    

Also available in: Unified diff