Commit 8735186
REP: If length argument is None, let that stay so json does the right thing
We were converting it to a string with becomes 'None'
which then throws off the json parser1 parent 6882cd9 commit 8735186
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
297 | 300 | | |
298 | 301 | | |
299 | 302 | | |
| |||
0 commit comments