Found some crashes while testing scripts:
scripts/shared.py line 223 - IndexError when README entry is at end of file
|
while not lines[entry_end_index + 1].strip(): |
|
entry_end_index += 1 |
scripts/plot.py line 24 - color index goes out of bounds
|
if c > len(colors): |
|
c = 0 |
scripts/1-fetch/gcs_fetch.py - retry loop doesn't exit on non 429 errors. Can submit fixes if helpful.
Found some crashes while testing scripts:
scripts/shared.pyline 223 - IndexError when README entry is at end of filequantifying/scripts/shared.py
Lines 223 to 224 in 9aa5a8f
scripts/plot.pyline 24 - color index goes out of boundsquantifying/scripts/plot.py
Lines 24 to 25 in 9aa5a8f
scripts/1-fetch/gcs_fetch.py- retry loop doesn't exit on non 429 errors. Can submit fixes if helpful.