do not produce stray comma on the end of showtapes

This commit is contained in:
Persephone Bubblegum-Holiday 2025-08-10 10:24:42 -07:00
parent 700c9b5fc0
commit 92d32ec93d

View file

@ -460,7 +460,7 @@ func save_data() -> String:
total_frame_index += 1
fstring = ("%01X" % f_quartet) + fstring
write_out += fstring + ","
return write_out
return write_out.trim_suffix(",")
func plot_data(data: String):
start_recording.emit()