Fabian Deutsch has submitted this change and it was merged. Change subject: utils: Make parse_bool a bit more strict ......................................................................
utils: Make parse_bool a bit more strict Oly allow definite True values: y, 1, True, true, Yes, yes. Previously also strings like Yes? would be interpreted as true, but that's a bit to liberal. Change-Id: Ie5524550f5444752840f07aac4c3d8d3905750ac Signed-off-by: Fabian Deutsch <[email protected]> --- M src/ovirt/node/utils/__init__.py 1 file changed, 7 insertions(+), 5 deletions(-) Approvals: Fabian Deutsch: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/18637 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie5524550f5444752840f07aac4c3d8d3905750ac Gerrit-PatchSet: 2 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Joey Boggs <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
