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

Commit 73ef2a3

Browse files
Timothy H ChungAndrew Tridgell
authored andcommitted
sdlog2_dump: Fixing incorrect tabbing to allow for CSV generation
1 parent 4cc6120 commit 73ef2a3

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
@@ -153,8 +153,8 @@ def process(self, fn):
153153
first_data_msg = False
154154
self.__parseMsg(msg_descr)
155155
bytes_read += self.__ptr
156-
if not self.__debug_out and self.__time_msg != None and self.__csv_updated:
157-
self.__printCSVRow()
156+
if not self.__debug_out and self.__time_msg != None and self.__csv_updated:
157+
self.__printCSVRow()
158158
f.close()
159159

160160
def __bytesLeft(self):

0 commit comments

Comments
 (0)