Adam Litke has submitted this change and it was merged. Change subject: Improve 'and' and 'or' operators to accept unlimited number of arguments ......................................................................
Improve 'and' and 'or' operators to accept unlimited number of arguments It was not possible to use (and True True True) or (or True False True) and this patch makes it work to make it simpler to write complicated if statements. Signed-off-by: Martin Sivak <msi...@redhat.com> Change-Id: Ie594137084b67790ea290615c65df493803411f7 Reviewed-on: https://gerrit.ovirt.org/42041 Reviewed-by: Adam Litke <ali...@redhat.com> Reviewed-by: Jenkins CI Tested-by: Jenkins CI --- M mom/Policy/Parser.py M tests/ParserTests.py 2 files changed, 22 insertions(+), 4 deletions(-) Approvals: Adam Litke: Looks good to me, approved Martin Sivák: Verified Jenkins CI: Verified; Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/42041 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie594137084b67790ea290615c65df493803411f7 Gerrit-PatchSet: 4 Gerrit-Project: mom Gerrit-Branch: master Gerrit-Owner: Martin Sivák <msi...@redhat.com> Gerrit-Reviewer: Adam Litke <ali...@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Sivák <msi...@redhat.com> Gerrit-Reviewer: automat...@ovirt.org _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches