Skip to content

Commit b1c1392

Browse files
committed
Linting
1 parent 0b6055f commit b1c1392

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/appengine/handlers/upload_testcase.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,10 @@ def do_post(self):
392392
trusted_agreement_signed = request.get(
393393
'trustedAgreement') == TRUSTED_AGREEMENT_TEXT.strip()
394394

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

0 commit comments

Comments
 (0)