commit | f31175db78f2c28eb7bf7eab2313acb185a2f84b | [log] [tgz] |
---|---|---|
author | Jeremy Stanley <fungi@yuggoth.org> | Wed Mar 19 02:04:18 2014 +0000 |
committer | Jeremy Stanley <fungi@yuggoth.org> | Wed Mar 19 02:04:18 2014 +0000 |
tree | f50661c85ebbe3ac3d2e86709ee4f62708cc2a6d | |
parent | 9f8a6e6a222ad3a06c3356c08927a5b8178c48fc [diff] |
zuul.gerrit.Gerrit.isMerged should not return None * zuul/trigger/gerrit.py(Gerrit.isMerged): Make sure to return False if we fell through all the conditionals, rather than defaulting to None. This should have no current impact since all comparisons to the returned value elsewhere are boolean and not "is None" or similar. Change-Id: I05360833f1e5b35fbfb1894dadcb46e82ff78a11