Updated tests

This commit is contained in:
Veronica K. B. Olsen
2020-10-04 19:12:09 +02:00
parent 4f0d368f4f
commit ee0b6ad2f5
15 changed files with 438 additions and 123 deletions
+1 -1
View File
@@ -600,7 +600,7 @@ class GuiBuildNovel(QDialog):
nwdText = []
for aLine in self.nwdText:
htmlText.append(aLine.replace("\t", " "))
nwdText.append(aLine.replace("\t", " "))
self.nwdText = nwdText
tEnd = int(time())