get rid of the stupid legacy printer
EIVE/-/pipeline/pr-main This commit looks good Details

This commit is contained in:
Robin Müller 2024-01-25 10:39:43 +01:00
parent c5dcc0b77d
commit 6440048235
Signed by: muellerr
GPG Key ID: A649FB78196E3849
1 changed files with 3 additions and 1 deletions

View File

@ -109,7 +109,9 @@ class PusHandler(SpecificApidHandlerBase):
tm_packet.print_source_data(PrintFormats.HEX)
dedicated_handler = True
if not dedicated_handler and tm_packet is not None:
self.printer.handle_long_tm_print(packet_if=tm_packet, info_if=tm_packet)
_LOGGER.info(
f"TM [{service},{tm_packet.subservice}] does not have a dedicated handler"
)
self.raw_logger.log_tm(tm_packet)
def _store_packet_in_db(