forked from Archive/PX4-Autopilot
sdlog2_dump: Fixing incorrect tabbing to allow for CSV generation
This commit is contained in:
parent
19e5063965
commit
a82f4881c7
|
@ -154,8 +154,8 @@ class SDLog2Parser:
|
|||
first_data_msg = False
|
||||
self.__parseMsg(msg_descr)
|
||||
bytes_read += self.__ptr
|
||||
if not self.__debug_out and self.__time_msg != None and self.__csv_updated:
|
||||
self.__printCSVRow()
|
||||
if not self.__debug_out and self.__time_msg != None and self.__csv_updated:
|
||||
self.__printCSVRow()
|
||||
f.close()
|
||||
|
||||
def __bytesLeft(self):
|
||||
|
|
Loading…
Reference in New Issue