Skip to content

Commit

Permalink
fix: remove f.seek(0)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomli380576 committed Nov 12, 2024
1 parent 091f2d1 commit 74a1f4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tools/PC/c3-submission-helpers/summarize-reboot-check-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,6 @@ def main():
for message in messages:
fwts_results[fail_type][run_index].append(message)

f.seek(0) # rewind file pointer

for stderr_filename in [
m.name
for m in submission.getmembers()
Expand Down

0 comments on commit 74a1f4e

Please sign in to comment.