Update fc_block_decode.py extra line

fc-c
Alan Johnston 10 months ago committed by GitHub
parent 588114c1bd
commit 1a60e14d81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -171,7 +171,8 @@ if __name__ == "__main__":
# filename = image_dir + image + str(image_id) + "." + str(image_count) + ".jpeg" # filename = image_dir + image + str(image_id) + "." + str(image_count) + ".jpeg"
print("Running ssdv with all blocks in file " + image + " saving as " + html_dir + "image_file.jpeg") print("Running ssdv with all blocks in file " + image + " saving as " + html_dir + "image_file.jpeg")
# system_and_print(ssdv + image_dir + image + " " + filename) # system_and_print(ssdv + image_dir + image + " " + filename)
system_and_print(ssdv + image_dir + image + " " + html_dir + "image_file.jpeg") system_and_print("cp " + filename + " " + html_dir + "image_file.jpeg") system_and_print(ssdv + image_dir + image + " " + html_dir + "image_file.jpeg")
# system_and_print("cp " + filename + " " + html_dir + "image_file.jpeg")
# system_and_print("cp " + filename + " " + html_dir + "image_file.jpeg") # system_and_print("cp " + filename + " " + html_dir + "image_file.jpeg")
telem_string = fstr(telem_string_format) telem_string = fstr(telem_string_format)
print("Writing index.html file") print("Writing index.html file")

Loading…
Cancel
Save

Powered by TurnKey Linux.