Fixing _handleGroupCondition

the return value was removed in a recent patch

Change-Id: Ib2e299b0b8d1f602354346e190c17f11b8142dbc
This commit is contained in:
Derek Higgins 2013-02-25 17:39:05 -05:00
parent 79ce06a7ed
commit a799ec9754

View File

@ -312,6 +312,7 @@ def _handleGroupCondition(config, conditionName, conditionValue):
else:
# Any other type is invalid
raise TypeError("%s type (%s) is not supported" % (conditionName, type(conditionName)))
return conditionValue
def _loadParamFromFile(config, section, paramName):