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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DExpression.py35 ERR_STRING_CMP = 'Unicode string and general string cannot be compared: [%s %s %s]' variable
189 raise BadExpression(ERR_STRING_CMP % (Oprand1, Operator, Oprand2))

Completed in 152 milliseconds