Fixing _handleGroupCondition
the return value was removed in a recent patch Change-Id: Ib2e299b0b8d1f602354346e190c17f11b8142dbc
This commit is contained in:
parent
79ce06a7ed
commit
a799ec9754
@ -312,6 +312,7 @@ def _handleGroupCondition(config, conditionName, conditionValue):
|
|||||||
else:
|
else:
|
||||||
# Any other type is invalid
|
# Any other type is invalid
|
||||||
raise TypeError("%s type (%s) is not supported" % (conditionName, type(conditionName)))
|
raise TypeError("%s type (%s) is not supported" % (conditionName, type(conditionName)))
|
||||||
|
return conditionValue
|
||||||
|
|
||||||
|
|
||||||
def _loadParamFromFile(config, section, paramName):
|
def _loadParamFromFile(config, section, paramName):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user