ratal / mdfreader

Read Measurement Data Format (MDF) versions 3.x and 4.x file formats in python
Other
169 stars 74 forks source link

small bugfix for iteration in mdfinfo3 - this could lead to KeyErrors… #70

Closed ludwig-nc closed 7 years ago

ludwig-nc commented 7 years ago

this could lead to a KeyError or premature end of iteration, since just the last value of dataGroup is used in every iteration

ratal commented 7 years ago

This is indeed stupid bug, thanks for reporting !

ludwig-nc commented 7 years ago

not at all :) thanks for writing and publishing your code!