Skip to content

Commit e9bf055

Browse files
committed
ruff tests passed locally, init added.
1 parent a7d6b9a commit e9bf055

2 files changed

Lines changed: 2 additions & 140 deletions

File tree

bug_triage.py

Lines changed: 0 additions & 138 deletions
This file was deleted.

triage/bug_triage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ def generate_report(bugs: list[dict]) -> None:
8787
return
8888

8989
date = datetime.now(UTC).strftime("%Y-%m-%d")
90-
90+
9191
if not os.path.exists(OUTPUT_PATH):
9292
os.makedirs(OUTPUT_PATH)
93-
93+
9494
output_file = os.path.join(OUTPUT_PATH, f"bug-triage-{date}.md")
9595

9696
p1 = [b for b in bugs if b["priority"] == "P1"]

0 commit comments

Comments
 (0)