ruscito / pycomm

pycomm is a package that includes a collection of modules used to communicate with PLCs
MIT License
140 stars 85 forks source link

Fix bug when reading length-zero strings #52

Closed jdlangs closed 5 years ago

jdlangs commented 6 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.