Fixed return of no meta data
This commit is contained in:
+1
-1
@@ -206,7 +206,7 @@ class NWDoc():
|
||||
"""
|
||||
if len(self.docMeta) < 14:
|
||||
# Not enough information
|
||||
return "", []
|
||||
return "", [], None, None
|
||||
|
||||
theMeta = self.docMeta
|
||||
|
||||
|
||||
Reference in New Issue
Block a user