Patch for an Issue #732

This commit is contained in:
Miroslav Stampar 2014-06-22 00:09:08 +02:00
parent 2a88436417
commit a47072eced

View File

@ -1910,7 +1910,7 @@ def _mergeOptions(inputOptions, overrideOptions):
types_.update(optDict[group]) types_.update(optDict[group])
for key in conf: for key in conf:
if key.upper() in _: if key.upper() in _ and key in types_:
value = _[key.upper()] value = _[key.upper()]
if types_[key] == OPTION_TYPE.BOOLEAN: if types_[key] == OPTION_TYPE.BOOLEAN: