iLearn
iLearn copied to clipboard
Fixed Index out of range errors.
In the code below, if len(header_array) == 1
, then header_array[1]
will raise an exception.