Skip to content

Commit dbe5f08

Browse files
Update upload_testcase.py
1 parent d6c3b09 commit dbe5f08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/appengine/handlers/upload_testcase.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,7 @@ def do_post(self):
394394

395395
# Chrome is the only ClusterFuzz deployment where there are trusted bots running utasks.
396396
# This check also fails on oss-fuzz because of the way it abuses platform.
397-
if (not trusted_agreement_signed and
398-
utils.is_chromium() and
397+
if (not trusted_agreement_signed and utils.is_chromium() and
399398
task_utils.is_remotely_executing_utasks() and
400399
((platform_id and platform_id != 'Linux') or
401400
job.platform.lower() != 'linux')):

0 commit comments

Comments
 (0)