Skip to content
Snippets Groups Projects
Commit f40a00bc authored by Robin Mueller's avatar Robin Mueller
Browse files

include in local now

parent d4b6fe90
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,6 @@ import struct
import pprint
from typing import Tuple
import logging
from obsw_user_code import global_setup_hook
"""
Global service_type definitions
......@@ -167,5 +166,6 @@ def set_globals(args):
G_PRINT_RAW_TM = args.rawDataPrint
G_COM_PORT = args.com_port
G_TM_TIMEOUT = args.tm_timeout
from obsw_user_code import global_setup_hook
global_setup_hook()
......@@ -303,7 +303,6 @@ class TmTcPrinter:
LOGGER.error("TMTC Printer: Empty packet was sent, configuration error")
return
if tc_packet_info is None:
LOGGER.error("TMTC Printer: No packet info supplied to print")
return
if self.display_mode == DisplayMode.SHORT:
self.__handle_short_tc_print(tc_packet_info)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment