Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
kliao-csa authored Aug 23, 2023
1 parent b4f754c commit 02c4bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/tools/summarize_fail.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
frequency.to_csv("recent_fails_frequency.csv")
print()
for failId in df["ID"].tolist():
os.makedirs(f"fail_logs/{failId}") # Resolve this to actual run name later
subprocess.run(f"gh run view -R project-chip/connectedhomeip {failId} --log-failed > fail_logs/{failId}/raw_output.txt", shell=True)
os.makedirs(f"fail_logs/{failId}") # Resolve this to actual run name later
subprocess.run(f"gh run view -R project-chip/connectedhomeip {failId} --log-failed > fail_logs/{failId}/raw_output.txt", shell=True)

0 comments on commit 02c4bfe

Please sign in to comment.