Commit f431303
committed
Use strict mode in zip for NWB creation loop
Changed the zip function in the NWB creation loop to use strict=True, ensuring that argument_list and futures have the same length and raising an error if they do not. This improves error handling and prevents silent mismatches.1 parent 883c26b commit f431303
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
0 commit comments