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

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sdlog2_dump: Fixing incorrect tabbing to allow for CSV generation
Browse files Browse the repository at this point in the history
Andrew Tridgell committed Oct 29, 2014
1 parent 07ae452 commit 620b027
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
@@ -154,8 +154,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):

0 comments on commit 620b027

Please sign in to comment.