Remove line endings from logged ignored doc meta lines

This commit is contained in:
Veronica K. B. Olsen
2020-10-25 14:51:15 +01:00
parent 42700a2325
commit 6e029f56a4
+1 -1
View File
@@ -251,7 +251,7 @@ class NWDoc():
self._docMeta["layout"] = nwItemLayout[metaBits[1]]
else:
logger.debug("Ignoring meta data: '%s'" % metaLine)
logger.debug("Ignoring meta data: '%s'" % metaLine.strip())
return