Closed cyroxx closed 7 years ago
bool() converts any non-empty string to True, so we need to explicitly check the string content.
Backporting the patch to earlier versions should be considered.
This was obviously fixed in e646e5e890fac4782c2d0a6a49140969af5ef81b.
bool() converts any non-empty string to True, so we need to explicitly check the string content.
Backporting the patch to earlier versions should be considered.