Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
esanté-mobilité
RM42 log parser
Commits
5542941f
Commit
5542941f
authored
Jan 07, 2022
by
Jean-Marie Favreau
Browse files
Une ligne inutile
parent
449edbc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
dat2csv.py
View file @
5542941f
...
...
@@ -39,8 +39,6 @@ d_1sec = Struct(
"entries"
/
Array
(
84
,
Array
(
3
,
encoding
)))
original_stdout
=
sys
.
stdout
with
open
(
input_file
,
'rb'
)
as
f_input
:
with
open
(
output_file
,
'w'
)
as
f_output
:
print
(
"timestamp;X_ax;Y_ax;Z_ax"
,
file
=
f_output
)
...
...
Write
Preview
Supports
Markdown
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