Skip to content

Fix SaveLinkSpec registration crash on ResultContainer string indexing#484

Merged
leoschwarz merged 1 commit intomainfrom
fix-476
Apr 15, 2026
Merged

Fix SaveLinkSpec registration crash on ResultContainer string indexing#484
leoschwarz merged 1 commit intomainfrom
fix-476

Conversation

@leoschwarz
Copy link
Copy Markdown
Member

@leoschwarz leoschwarz commented Apr 15, 2026

Fixes #476: _save_link in register.py crashed because res['id'] tried string indexing on a ResultContainer, which only supports int/slice indexing

#476)

`res['id']` tried string indexing on a ResultContainer, which only
supports int/slice indexing. Changed to `res[0]['id']`.
@leoschwarz leoschwarz merged commit ae52d19 into main Apr 15, 2026
4 checks passed
@leoschwarz leoschwarz deleted the fix-476 branch April 15, 2026 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SaveLinkSpec registration crashes on ResultContainer string indexing

1 participant