Skip to content

Commit f4292ee

Browse files
fix
Created using spr 1.3.7
2 parents 5f96dc6 + 7df7aff commit f4292ee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.ci/generate_test_report_lib.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,4 @@ def load_info_from_files(build_log_files):
281281

282282
def generate_report_from_files(title, return_code, build_log_files):
283283
junit_objects, ninja_logs = load_info_from_files(build_log_files)
284-
return generate_report(
285-
title, return_code, junit_objects, ninja_logs
286-
)
284+
return generate_report(title, return_code, junit_objects, ninja_logs)

0 commit comments

Comments
 (0)