summaryrefslogtreecommitdiffstats
path: root/contrib/trivial_rebase.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/trivial_rebase.py')
-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,