Commit 075577a
authored
Handles "None" imdb_id string (Audionut#606)
Prevents errors when the imdb_id string is "None" by converting it to an empty string.
This ensures that the subsequent check to convert to integer does not fail, and that the imdb_id is correctly treated as missing.1 parent 1d86881 commit 075577a
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
| 444 | + | |
| 445 | + | |
444 | 446 | | |
445 | 447 | | |
446 | 448 | | |
| |||
0 commit comments