Add some debug output to the document meta parser
This commit is contained in:
+3
-1
@@ -250,7 +250,9 @@ class NWDoc():
|
||||
if metaBits[1] in nwItemLayout.__members__:
|
||||
self._docMeta["layout"] = nwItemLayout[metaBits[1]]
|
||||
|
||||
# print(self._docMeta)
|
||||
else:
|
||||
logger.debug("Ignoring meta data: '%s'" % metaLine)
|
||||
|
||||
return
|
||||
|
||||
# END Class NWDoc
|
||||
|
||||
Reference in New Issue
Block a user