sdlog2_dump: Fixing incorrect tabbing to allow for CSV generation

This commit is contained in:
Andrew Tridgell 2014-10-11 06:14:16 +11:00 committed by Lorenz Meier
parent 19e5063965
commit a82f4881c7
1 changed files with 2 additions and 2 deletions

4
Tools/sdlog2/sdlog2_dump.py Normal file → Executable file
View File

@ -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):