Remove line endings from logged ignored doc meta lines
This commit is contained in:
+1
-1
@@ -251,7 +251,7 @@ class NWDoc():
|
|||||||
self._docMeta["layout"] = nwItemLayout[metaBits[1]]
|
self._docMeta["layout"] = nwItemLayout[metaBits[1]]
|
||||||
|
|
||||||
else:
|
else:
|
||||||
logger.debug("Ignoring meta data: '%s'" % metaLine)
|
logger.debug("Ignoring meta data: '%s'" % metaLine.strip())
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user