mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 13:02:25 +08:00
Merge pull request #1246 from PX4/sdlog2_dump_apm
sdlog2_dump.py: minor fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user