Searched refs:ERR_RELCMP_STR_OTHERS (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DExpression.py34 ERR_RELCMP_STR_OTHERS = 'Operator taking Operand of string type and Boolean/Number Type is not allowed: [%s].' variable
176 raise BadExpression(ERR_RELCMP_STR_OTHERS % Operator)

Completed in 891 milliseconds