Skip to content

Commit 7d69b18

Browse files
committed
style
1 parent a6e4241 commit 7d69b18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reframe/frontend/statistics.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ def print_failure_stats(self, printer):
289289
failed_name = failed_list[0][1:]
290290
failed_env = failed_list[1].strip()
291291
failed_system = failed_list[2][:-1].strip()
292-
stats_body.append(f' -n {failed_name} -p {failed_env} --system {failed_system} -r')
292+
stats_body.append(f' -n {failed_name} -p {failed_env}'
293+
f' --system {failed_system} -r')
293294

294295
if stats_body:
295296
for line in (stats_start, stats_title, *stats_body, stats_end):

0 commit comments

Comments
 (0)