Update fc_block_decode.py add print

fc-fctelem
Alan Johnston 10 months ago committed by GitHub
parent ea6730a448
commit d0d8046303
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save

Powered by TurnKey Linux.