summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorOrgad Shaneh <orgads@gmail.com>2013-04-10 06:03:21 +0300
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-04-11 07:22:04 +0000
commit0ee021b543390d88699b414cb12bf692de145cd0 (patch)
treecdf12a2184be9e7c8768c8f0a895568aa9e535ce /contrib
parenta17f23c525f017944c577a56a47dfc06b768254a (diff)
TrivialRebase: Skip unsupported categories
No reason to fail on such cases Change-Id: I58cf2c119c377a8e525f2dd307d437c56b6dadbd
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/trivial_rebase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/trivial_rebase.py b/contrib/trivial_rebase.py
index 80b96288be..d81c946821 100755
--- a/contrib/trivial_rebase.py
+++ b/contrib/trivial_rebase.py
@@ -215,7 +215,7 @@ class TrivialRebase:
continue
else:
print "Unsupported category: %s" % approval
- return
+ continue
score = approval["value"]
gerrit_approve_cmd = ['gerrit', 'approve', '--project', self.project,