Change in mom[master]: Improve 'and' and 'or' operators to accept unlimited number ...

alitke at redhat.com alitke at redhat.com
Tue Jun 9 13:22:57 UTC 2015


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



More information about the Engine-commits mailing list