Skip to content

Commit 8dea0c9

Browse files
committed
style: line length
1 parent 981f07b commit 8dea0c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tools/PC/c3-submission-helpers/parse-suspend-30-logs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,8 @@ def print_summary_for_1_submission(
512512
error_msg_i += 1
513513

514514
if args.ignore_warnings and "Warning:" in msg:
515-
# literally how the original test case filters warnings
515+
# literally how the original test case
516+
# filters warnings
516517
continue
517518
failed_runs[fail_type][boot_i][suspend_i].add(msg)
518519

0 commit comments

Comments
 (0)