Added some checks for corrupt novel project files

This commit is contained in:
Veronica K. B. Olsen
2019-11-02 12:49:13 +01:00
parent 4252df9682
commit dd97aefd60
3 changed files with 12 additions and 6 deletions
+1
View File
@@ -22,6 +22,7 @@ class nwFiles():
APP_ICON = "novelWriter.svg"
PROJ_FILE = "nwProject.nwx"
PROJ_COUNT = "projCount.txt"
PROJ_DICT = "wordlist.txt"
SESS_INFO = "sessionInfo.log"
INDEX_FILE = "tagsIndex.json"