Fix tests

This commit is contained in:
Veronica K. B. Olsen
2020-05-10 16:12:47 +02:00
parent cf3fc2ef4f
commit 5ab1402854
10 changed files with 119 additions and 12 deletions
+1 -1
View File
@@ -358,7 +358,7 @@ class NWProject():
elif xItem.tag == "titleFormat":
titleFormat = self.titleFormat.copy()
for xEntry in xItem:
titleFormat[xEntry.tag] = checkString(xEntry.text, None, False)
titleFormat[xEntry.tag] = checkString(xEntry.text, "", False)
self.setTitleFormat(titleFormat)
elif xChild.tag == "content":
logger.debug("Found project content")