Project

General

Profile

« Previous | Next » 

Revision 4084

intersect: Fixed bug where test for ignore option needed to be removed, because ignore is not supported by this program

View differences:

intersect
41 41
    
42 42
    # Check col labels
43 43
    combinable = maps.combinable(*headers)
44
    if not combinable and not ignore:
44
    if not combinable:
45 45
        raise SystemExit('Map error: '
46 46
        'Map 0 column 0 label doesn\'t contain map 1 column 0 label')
47 47
    

Also available in: Unified diff