Index: tools/push-to-trunk/auto_roll.py |
diff --git a/tools/push-to-trunk/auto_roll.py b/tools/push-to-trunk/auto_roll.py |
index e6cbed525f43d0df3e215ab4092c834f42927772..6e6c7fe2abcc091802a318d9d189cb09be87d20e 100755 |
--- a/tools/push-to-trunk/auto_roll.py |
+++ b/tools/push-to-trunk/auto_roll.py |
@@ -80,7 +80,7 @@ class CheckClusterFuzz(Step): |
result = self._side_effect_handler.ReadClusterFuzzAPI( |
api_key, job_type="linux_asan_d8_dbg", reproducible="True", |
open="True", bug_information="", |
- revision_greater_or_equal=self["last_push"]) |
+ revision_greater_or_equal=str(self["last_push"])) |
if result: |
print "Stop due to pending ClusterFuzz issues." |
return True |