Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
source
TMTC COMMANDER CORE
Commits
ee6e5a36
Commit
ee6e5a36
authored
Feb 21, 2021
by
Robin Mueller
Browse files
better printout
parent
53123f02
Changes
1
Hide whitespace changes
Inline
Side-by-side
utility/tmtcc_tmtc_printer.py
View file @
ee6e5a36
...
...
@@ -115,9 +115,10 @@ class TmTcPrinter:
self
.
__handle_column_header_print
(
tm_packet
)
self
.
__handle_tm_content_print
(
tm_packet
)
self
.
__handle_additional_printout
(
tm_packet
)
except
TypeError
:
except
TypeError
as
error
:
LOGGER
.
warning
(
f
"Type Error when trying to print TM Packet"
f
" [
{
tm_packet
.
get_service
()
}
,
{
tm_packet
.
get_subservice
()
}
]"
)
LOGGER
.
warning
(
error
)
def
__handle_column_header_print
(
self
,
tm_packet
:
PusTelemetry
):
header_list
=
[]
...
...
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