aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2014-10-11 06:14:16 +1100
committerLorenz Meier <lm@inf.ethz.ch>2014-10-29 23:17:14 +0100
commita82f4881c7f0dee36860ca69fef1e63b0d863b8c (patch)
tree7558d32d0c2fb35e33ae5f726366962f18ea01b8
parent19e50639658040e7773c91714d7365cd7cb780ba (diff)
downloadpx4-firmware-a82f4881c7f0dee36860ca69fef1e63b0d863b8c.tar.gz
px4-firmware-a82f4881c7f0dee36860ca69fef1e63b0d863b8c.tar.bz2
px4-firmware-a82f4881c7f0dee36860ca69fef1e63b0d863b8c.zip
sdlog2_dump: Fixing incorrect tabbing to allow for CSV generationv1.0.0-rc2
-rwxr-xr-x[-rw-r--r--]Tools/sdlog2/sdlog2_dump.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/sdlog2/sdlog2_dump.py b/Tools/sdlog2/sdlog2_dump.py
index ca2efb021..8b0ccb2d7 100644..100755
--- a/Tools/sdlog2/sdlog2_dump.py
+++ b/Tools/sdlog2/sdlog2_dump.py
@@ -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):