Hi,
I noticed that when a FileDocument object is created, its is_error field is set to True if the document has content. Pls see line below.
|
filing_doc.is_error = len(document["content"]) > 0 |
Would someone be able to share some thoughts on why is_error is marked as True in this case? Presumably when a document has content, it is not an error?
Thanks.
Hi,
I noticed that when a
FileDocumentobject is created, itsis_errorfield is set toTrueif the document has content. Pls see line below.openedgar/lexpredict_openedgar/openedgar/tasks.py
Line 89 in 1d1b8bc
Would someone be able to share some thoughts on why
is_erroris marked asTruein this case? Presumably when a document has content, it is not an error?Thanks.