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

Commit

Permalink
sdlog2_dump: Fixing incorrect tabbing to allow for CSV generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy H Chung authored and Andrew Tridgell committed Oct 10, 2014
1 parent 4cc6120 commit 73ef2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/sdlog2/sdlog2_dump.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ def process(self, fn):
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):
Expand Down

0 comments on commit 73ef2a3

Please sign in to comment.