File "path_to_build_grid.py/build_grid.py", line 243, in build idx = l.index(':') ^^^^^^^^^^^^ ValueError: substring not found Has anyone encountered the same error?
File "path_to_build_grid.py/build_grid.py", line 243, in build
idx = l.index(':')
^^^^^^^^^^^^
ValueError: substring not found
Has anyone encountered the same error?