Commit 5770312
refactor(gfql/row): collapse duplicate ValueError in _gfql_resolve_token
Wave 4 finding D1 (SUGGESTION): the conditional at pipeline.py:2310 and
the raise at pipeline.py:2312 produce identical errors. After the
node-id branch (lines 2306-2309) returns, the only remaining outcome
is "unsupported token", regardless of edge_aliases membership — both
branches raised the same f-string. Collapsed to a single raise.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent de0132f commit 5770312
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2307 | 2307 | | |
2308 | 2308 | | |
2309 | 2309 | | |
2310 | | - | |
2311 | | - | |
2312 | 2310 | | |
2313 | 2311 | | |
2314 | 2312 | | |
| |||
0 commit comments