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):