Changeset 95b4838d in mainline


Ignore:
Timestamp:
2009-03-12T15:48:59Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
04b29ca
Parents:
1094940
Message:

add support for negative inference

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/config.py

    r1094940 r95b4838d  
    392392                                        defaults[varname] = '*'
    393393                                        continue
     394                                elif (vartype == 'n'):
     395                                        defaults[varname] = 'n'
     396                                        continue
    394397                                elif (vartype == 'y/n'):
    395398                                        if (default == None):
Note: See TracChangeset for help on using the changeset viewer.