Skip to content

Commit 19b6aac

Browse files
committed
Split long line
1 parent 212cd8b commit 19b6aac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reframe/frontend/cli.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,9 @@ def module_unuse(*paths):
12491249
success = True
12501250
if runner.stats.failed():
12511251
success = False
1252-
runner.stats.print_failure_report(printer, not options.distribute)
1252+
runner.stats.print_failure_report(
1253+
printer, not options.distribute
1254+
)
12531255
if options.failure_stats:
12541256
runner.stats.print_failure_stats(printer)
12551257

0 commit comments

Comments
 (0)