Add an empty line at the end of the ToC.txt file

This commit is contained in:
Veronica K. B. Olsen
2020-05-30 00:20:14 +02:00
parent a7bca8486f
commit f3cc6359c4
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -1336,6 +1336,7 @@ class NWTree():
tItem.itemClass.name,
tItem.itemName,
])
outFile.write("\n")
# Dump the JSON
with open(tocJson, mode="w+", encoding="utf8") as outFile: