Open esvhd opened 3 years ago
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.
FileDocument
is_error
True
https://github.com/LexPredict/openedgar/blob/1d1b8bc8faa3c59e05d9883e53039b6328b7d831/lexpredict_openedgar/openedgar/tasks.py#L89
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
FileDocument
object is created, itsis_error
field is set toTrue
if the document has content. Pls see line below.https://github.com/LexPredict/openedgar/blob/1d1b8bc8faa3c59e05d9883e53039b6328b7d831/lexpredict_openedgar/openedgar/tasks.py#L89
Would someone be able to share some thoughts on why
is_error
is marked asTrue
in this case? Presumably when a document has content, it is not an error?Thanks.