Skip to content

Commit bfef988

Browse files
committed
fix: empty msg
1 parent fd05c12 commit bfef988

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tools/PC/c3-submission-helpers/summarize-reboot-check-test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -743,8 +743,6 @@ def main():
743743
f"Expected {args.expected_n_runs} runs,",
744744
f"but got {reader.boot_count}",
745745
)
746-
else:
747-
Log.ok("")
748746

749747
printer_classes: dict[TestType, type[TestResultPrinter]] = {
750748
klass.name: klass

0 commit comments

Comments
 (0)