From 797a5eb60197af67170fa7acd01c194e40cb1a23 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 21 Feb 2025 16:50:37 -0500 Subject: [PATCH] Update fc_block_decode.py missing : --- groundstation/fc_block_decode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index 587a7840..4ee0f21c 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -14,7 +14,7 @@ logging.basicConfig(format='%(message)s') def fstr(template): return eval(f"f'{template}'") -def system_and_print(string) +def system_and_print(string): print(string) system(string)