Update fc_block_decode.py fix indent

fc-c
Alan Johnston 10 months ago committed by GitHub
parent 59763e9449
commit 387724c4e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -172,7 +172,7 @@ if __name__ == "__main__":
tlm_string = fstr(csv_format)
with open(html_dir + "/images/telem.csv.txt", "a") as csv_file:
csv_file.write(tlm_string)
csv_file.write(tlm_string)
csv_file.write("\n")

Loading…
Cancel
Save

Powered by TurnKey Linux.