
Yedidyah Bar David has submitted this change and it was merged. Change subject: plugins: force_fail: set _prio only if stage is set ...................................................................... plugins: force_fail: set _prio only if stage is set Otherwise it's set to None by default. In python3, when later comparing priorities, it fails, but in python2 None is less than any number. Change-Id: I94b3de268e62c86d78fc9ccee80122ff78d25578 Bug-Url: https://bugzilla.redhat.com/1365751 Signed-off-by: Yedidyah Bar David <didi@redhat.com> --- M src/plugins/otopi/debug/force_fail/force_fail.py 1 file changed, 3 insertions(+), 3 deletions(-) Approvals: Sandro Bonazzola: Looks good to me, but someone else must approve Jenkins CI: Passed CI tests Yedidyah Bar David: Verified; Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/62184 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I94b3de268e62c86d78fc9ccee80122ff78d25578 Gerrit-PatchSet: 3 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Yedidyah Bar David <didi@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Sandro Bonazzola <sbonazzo@redhat.com> Gerrit-Reviewer: Yedidyah Bar David <didi@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>