Changeset 3f1a481 in mainline


Ignore:
Timestamp:
2019-08-18T12:20:40Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
521669d
Parents:
095ed4a
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-18 12:20:37)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-18 12:20:40)
Message:

Display masked entries in config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/config.py

    r095ed4a r3f1a481  
    772772
    773773                                if mask_platform and (varname == "PLATFORM" or varname == "MACHINE" or varname == "COMPILER"):
    774                                         continue
     774                                        rule = varname, vartype, "(locked) " + name, choices, cond
    775775
    776776                                if varname == selname:
     
    837837                        else:
    838838                                value = config[selname]
     839
     840                        if mask_platform and (selname == "PLATFORM" or selname == "MACHINE" or selname == "COMPILER"):
     841                                        continue
    839842
    840843                        if seltype == 'choice':
Note: See TracChangeset for help on using the changeset viewer.