Stabilizing first drei compatible prototype

This commit is contained in:
Miroslav Stampar
2019-05-02 11:26:31 +02:00
parent 6dbf24531c
commit 7d9cd0c079
7 changed files with 23 additions and 13 deletions

View File

@@ -143,7 +143,7 @@ def smokeTest():
return retVal
def adjustValueType(tagName, value):
for family in optDict.keys():
for family in optDict:
for name, type_ in optDict[family].items():
if type(type_) == tuple:
type_ = type_[0]