From 588114c1bd1adca735c7756db024d355a87e8ca4 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 21 Feb 2025 17:31:14 -0500 Subject: [PATCH] Update fc_block_decode.py added + --- 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 93aab0ac..5bc2770a 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -147,7 +147,7 @@ if __name__ == "__main__": print("End of image") if (image_id != 256): print("Saving complete image") - system_and_print("cp " html_dir + "image_file.jpeg " + html_dir + "images/" + image + str(image_id) + "." + str(image_count) + ".jpeg") + system_and_print("cp " + html_dir + "image_file.jpeg " + html_dir + "images/" + image + str(image_id) + "." + str(image_count) + ".jpeg") system_and_print("sudo rm " + image_dir + image) # newfilename = image_dir + image + str(new_image_id) + ".jpeg" # system_and_print(ssdv + image_dir + image + " " + filename)