Update fc_block_decode.py missing :

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

@ -73,7 +73,7 @@ if __name__ == "__main__":
# s = io.StringIO(process.stdout)
# for line in s:
ssdv_output_file = open("ssdv_output", "r")
for line in ssdv_output_file
for line in ssdv_output_file:
print("line:")
print(line)
if ((line.find("Image ID:")) > 0):

Loading…
Cancel
Save

Powered by TurnKey Linux.