Commit 40f3ab1
fix(downstream): fix RuntimeError from mutating dict during iteration
The previous cleanup accidentally dropped the list() wrapper around
env.items(), causing a RuntimeError when empty-string values were
deleted during iteration. Replace with a dict comprehension instead.
Co-authored-by: Cursor AI <ai@cursor.sh>
Co-authored-by: Anthropic Claude Opus 4 <claude@anthropic.com>1 parent fa2af2b commit 40f3ab1
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
| 121 | + | |
124 | 122 | | |
125 | 123 | | |
126 | 124 | | |
| |||
0 commit comments