Skip to content

Commit 3b1d4b4

Browse files
Fix formatting (#3972)
1 parent c9349c3 commit 3b1d4b4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/clusterfuzz/_internal/base/tasks.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -718,9 +718,10 @@ def redo_testcase(testcase, tasks, user_email):
718718
testcase.put()
719719

720720
# Log the task's queue for debug purposes.
721-
logs.log(f'{utils.current_date_time()} : Adding testcase id {testcase_id} \
722-
to queue {queue_for_testcase(testcase)} with job {testcase.job_type} for tasks {sorted(task_list)}.'
723-
)
721+
logs.log(
722+
f'{utils.current_date_time()} : Adding testcase id {testcase_id} '
723+
f'to queue {queue_for_testcase(testcase)} with job {testcase.job_type} '
724+
f'for tasks {sorted(task_list)}.')
724725

725726
# Allow new notifications to be sent for this testcase.
726727
notifications = ndb_utils.get_all_from_query(

0 commit comments

Comments
 (0)