Commit af3d793
fix: use list.remove() instead of list.pop() in whitelist_skill (#394)
list.pop() takes an integer index; passing a skill ID string raises
TypeError at runtime. list.remove() takes the value to remove.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ec9ff79 commit af3d793
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments