Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fbb60c9

Browse files
committedFeb 19, 2024·
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 266f553 commit fbb60c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/report/report.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def add_duplicate_comment(
435435
*Build ID:* {job.build_id}
436436
*Classification:* {classification}
437437
*Failed Step:* {failed_step}
438-
{'*Failed Test:* ' + failed_test_name if failed_test_name else ''}
438+
{"*Failed Test:* " + failed_test_name if failed_test_name else ""}
439439
440440
Please see the link provided above to determine if this is the same issue. If it is not, please manually file a new bug for this issue.
441441

0 commit comments

Comments
 (0)
Please sign in to comment.