From 2a8edba7bd5b1427c9765b4898b5e5719ee87128 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" <robin.mueller.m@gmail.com> Date: Mon, 27 Apr 2020 22:21:54 +0200 Subject: [PATCH] tm list init added back --- comIF/obsw_dummy_com_if.py | 1 + 1 file changed, 1 insertion(+) diff --git a/comIF/obsw_dummy_com_if.py b/comIF/obsw_dummy_com_if.py index 3a9e564..03be5f9 100644 --- a/comIF/obsw_dummy_com_if.py +++ b/comIF/obsw_dummy_com_if.py @@ -37,6 +37,7 @@ class DummyComIF(CommunicationInterface): pass def receive_telemetry(self, parameters: any = 0): + tm_list = [] if (self.service_sent == 17 or self.service_sent == 5) and self.reply_pending: LOGGER.debug("receive crap called") tm_packer = Service1TmPacked(subservice=1, ssc=self.ssc, tc_packet_id=self.tc_packet_id, -- GitLab