From d6aa080d150d924ca301ddaf859dc5bd6eaf6ee2 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 11 Feb 2025 16:12:12 -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 0dace137..6bb436a0 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -36,7 +36,7 @@ image_dir = "/home/pi/fctelem/" image = "image_file" ssdv = "/home/pi/ssdv/ssdv -d -J " -system("sudo rm " image_dir + image) +system("sudo rm " + image_dir + image) system("sudo rm " + html_dir + "*") system("sudo rm " + html_dir + "/images/*")