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 <msivak(a)redhat.com>
Change-Id: Ie594137084b67790ea290615c65df493803411f7
Reviewed-on:
https://gerrit.ovirt.org/42041
Reviewed-by: Adam Litke <alitke(a)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 <msivak(a)redhat.com>
Gerrit-Reviewer: Adam Litke <alitke(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Martin Sivák <msivak(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org