From 387724c4e041cb88b099140df8d2ab7e97ebde0b Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 11 Feb 2025 17:14:57 -0500 Subject: [PATCH] Update fc_block_decode.py fix indent --- 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 3b946f28..d78e28ae 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -172,7 +172,7 @@ if __name__ == "__main__": tlm_string = fstr(csv_format) with open(html_dir + "/images/telem.csv.txt", "a") as csv_file: - csv_file.write(tlm_string) + csv_file.write(tlm_string) csv_file.write("\n")