Skip to content

Commit 7333098

Browse files
committed
fix some more suggestions
1 parent 76a6e63 commit 7333098

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

toolchain/mfc/bench.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,13 @@ def bench(targets = None):
7878
cons.print(f"[bold red]ERROR[/bold red]: Case {case.slug} failed with exit code {rc}")
7979
cons.print(f"[bold red] Check log at: {log_filepath}[/bold red]")
8080
failed_cases.append(case.slug)
81-
cons.unindent()
8281
continue
8382

8483
# Validate summary file exists
8584
if not os.path.exists(summary_filepath):
8685
cons.print(f"[bold red]ERROR[/bold red]: Summary file not created for {case.slug}")
8786
cons.print(f"[bold red] Expected: {summary_filepath}[/bold red]")
8887
failed_cases.append(case.slug)
89-
cons.unindent()
9088
continue
9189

9290
# Load summary

0 commit comments

Comments
 (0)