Skip to content
Snippets Groups Projects
Commit 8dc165b5 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Merge pull request #1246 from PX4/sdlog2_dump_apm

sdlog2_dump.py: minor fix
parents 7f4a93d8 92a47579
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment