Outputs csv file of calc details.
This commit is contained in:
lahemals
2020-07-26 01:58:58 -05:00
parent fc1bec1478
commit fc7f1e0dbf
9 changed files with 549 additions and 4 deletions
+1 -1
View File
@@ -133,5 +133,5 @@ def stringify_token_list(tokens):
text = ''
for tk in tokens:
text += str(tk.value)
text += '\n'
#text += '\n'
return text