Proper patch for #1723

This commit is contained in:
Miroslav Stampar
2016-02-23 11:46:04 +01:00
parent 256b1988b9
commit a90913c57d
2 changed files with 8 additions and 10 deletions

View File

@@ -2165,7 +2165,6 @@ def _mergeOptions(inputOptions, overrideOptions):
if hasattr(conf, key) and conf[key] is None:
conf[key] = value
lut = {}
for group in optDict.keys():
lut.update((_.upper(), _) for _ in optDict[group])