From d0d8046303ce905fafe339fc97da095115b6b8e1 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 7 Feb 2025 17:02:01 -0500 Subject: [PATCH] Update fc_block_decode.py add print --- groundstation/fc_block_decode.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index 3308cd2d..bdb5d3dd 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -68,6 +68,8 @@ if __name__ == "__main__": process = subprocess.run(["/home/pi/ssdv/ssdv","-d","-J", "image_file", filename], text=True) print("\n\n RESULT: \n") print(process) + print("\n\n process.stdout: \n") + print(process.stdout) s = io.StringIO(process.stdout) for line in s: if ((line.find("Image ID:")) > 0):