forked from Archive/PX4-Autopilot
sdlog2_dump.py: minor fix allowing handling FMT messages in the middle of stream
This commit is contained in:
parent
7f4a93d80d
commit
92a4757971
|
@ -149,7 +149,8 @@ class SDLog2Parser:
|
|||
break
|
||||
if first_data_msg:
|
||||
# build CSV columns and init data map
|
||||
self.__initCSV()
|
||||
if not self.__debug_out:
|
||||
self.__initCSV()
|
||||
first_data_msg = False
|
||||
self.__parseMsg(msg_descr)
|
||||
bytes_read += self.__ptr
|
||||
|
|
Loading…
Reference in New Issue