relate: a5f56cb6 --FOLLOWS--> 57e38d6f

This commit is contained in:
Cal Corum 2026-03-02 19:37:03 -06:00
parent 9935e8eb09
commit 6a7ce04f9a
3 changed files with 25 additions and 2 deletions

View File

@ -0,0 +1,13 @@
---
id: d7fea2ee-b026-4b54-831e-df1cc16f0549
type: FOLLOWS
from_id: a5f56cb6-9a7b-4224-98f3-aefc4cfc0a2a
from_title: "Fix: swallowed HTTPException in recalculate_standings — use sed to avoid linter reformatting"
to_id: 57e38d6f-828e-496b-af23-da7f4806252c
to_title: "PR review: major-domo-database#40 — raise HTTPException fix (standings.py)"
strength: 0.8
created: "2026-03-03T01:37:03.490572+00:00"
updated: "2026-03-03T01:37:03.490572+00:00"
---
This fix follows from the rejected PR review that identified the reformatting problem

View File

@ -6,7 +6,7 @@ tags: [major-domo-database, fastapi, python, httpexception, linter, sed, standin
importance: 0.7
confidence: 0.8
created: "2026-03-03T01:36:59.027516+00:00"
updated: "2026-03-03T01:36:59.387441+00:00"
updated: "2026-03-03T01:37:03.490572+00:00"
relations:
- target: a64fd0a1-cf42-469a-9280-991ab85bbfb2
type: RELATED_TO
@ -23,6 +23,11 @@ relations:
direction: outgoing
strength: 0.57
edge_id: ebc9c602-b1d2-48fc-9fd6-1f7106b10f2c
- target: 57e38d6f-828e-496b-af23-da7f4806252c
type: FOLLOWS
direction: outgoing
strength: 0.8
edge_id: d7fea2ee-b026-4b54-831e-df1cc16f0549
---
# Fix: Swallowed HTTPException in recalculate_standings

View File

@ -6,7 +6,7 @@ tags: [pr-reviewer, major-domo-database, fastapi, python, standings, gitea]
importance: 0.6
confidence: 0.8
created: "2026-03-03T01:20:24.848534+00:00"
updated: "2026-03-03T01:20:25.212885+00:00"
updated: "2026-03-03T01:37:03.490572+00:00"
relations:
- target: 4321bee8-105e-4fc8-b645-964d1234c966
type: RELATED_TO
@ -23,6 +23,11 @@ relations:
direction: outgoing
strength: 0.63
edge_id: b5ee6160-a4bb-4e13-a55c-822136640c32
- target: a5f56cb6-9a7b-4224-98f3-aefc4cfc0a2a
type: FOLLOWS
direction: incoming
strength: 0.8
edge_id: d7fea2ee-b026-4b54-831e-df1cc16f0549
---
## PR #40: fix: raise HTTPException in recalculate_standings on failure (#23)