Skip to content

Commit 247bd53

Browse files
committed
Black formatting
1 parent 6ad50c3 commit 247bd53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

report-pull-request-results.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ def read_maxmem_comparison_file(unit_tests_file):
313313
"@cms-sw/core-l2 , I found %s workflow step(s) with memory usage exceeding the error threshold:\n"
314314
% err_cnt
315315
)
316-
message += ("<details>\n<summary>Expand to see workflows ...</summary>\n\n")
317-
for message_line in sorted(errors_found, key=lambda s: float(s[2].split("_")[0])):
316+
message += "<details>\n<summary>Expand to see workflows ...</summary>\n\n"
317+
for message_line in sorted(errors_found, key=lambda s: float(s[2].split("_")[0])):
318318
message += " ".join(message_line)
319319
message += "</details>\n\n"
320320
send_message_pr(message)

0 commit comments

Comments
 (0)