Closed jdlangs closed 5 years ago
If a string tag has no data, we received an empty list from read_array. The list comprehension handles it fine whereas zip()[1] does not.
read_array
zip()[1]
If a string tag has no data, we received an empty list from
read_array
. The list comprehension handles it fine whereaszip()[1]
does not.