afmt
This commit is contained in:
parent
ae2fd8bb37
commit
21a3813643
@ -690,7 +690,9 @@ def handle_str_hk_data(set_id: int, hk_data: bytes, printer: FsfwTmTcPrinter):
|
|||||||
def handle_solution_set(hk_data: bytes, pw: PrintWrapper):
|
def handle_solution_set(hk_data: bytes, pw: PrintWrapper):
|
||||||
pw.dlog("Received solution set")
|
pw.dlog("Received solution set")
|
||||||
if len(hk_data) < 78:
|
if len(hk_data) < 78:
|
||||||
_LOGGER.warning(f"Solution dataset HK data with length {len(hk_data)} too short")
|
_LOGGER.warning(
|
||||||
|
f"Solution dataset HK data with length {len(hk_data)} too short"
|
||||||
|
)
|
||||||
return
|
return
|
||||||
ticks_time_fmt = "!IQ"
|
ticks_time_fmt = "!IQ"
|
||||||
current_idx = 0
|
current_idx = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user