Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit 620b027

Browse files
author
Andrew Tridgell
committed
sdlog2_dump: Fixing incorrect tabbing to allow for CSV generation
1 parent 07ae452 commit 620b027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/sdlog2/sdlog2_dump.py

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ def process(self, fn):
154154
first_data_msg = False
155155
self.__parseMsg(msg_descr)
156156
bytes_read += self.__ptr
157-
if not self.__debug_out and self.__time_msg != None and self.__csv_updated:
158-
self.__printCSVRow()
157+
if not self.__debug_out and self.__time_msg != None and self.__csv_updated:
158+
self.__printCSVRow()
159159
f.close()
160160

161161
def __bytesLeft(self):

0 commit comments

Comments
 (0)