Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CPS-VO
PX4-Firmware
Commits
a82f4881
Commit
a82f4881
authored
Oct 11, 2014
by
Andrew Tridgell
Committed by
Lorenz Meier
Oct 29, 2014
Browse files
sdlog2_dump: Fixing incorrect tabbing to allow for CSV generation
parent
19e50639
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tools/sdlog2/sdlog2_dump.py
100644 → 100755
View file @
a82f4881
...
...
@@ -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
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment