Skip to content

Commit

Permalink
checks.py: Add diagnostic values
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed (ODSC) committed Oct 2, 2024
1 parent 5216c9f commit a169435
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libcovebods/tasks/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,7 @@ def check_statement_first_pass(self, statement):
{
"type": "statement_annotation_creation_date_is_future_date",
"statement_type": None,
"creation_date": creation_date.strftime("%Y-%m-%d"),
"statement": statement.get("statementId"),
}
)
Expand Down Expand Up @@ -902,6 +903,7 @@ def check_statement_first_pass(self, statement):
{
"type": "statement_publication_date_is_future_date",
"statement_type": None,
"publication_date": publication_date.strftime("%Y-%m-%d"),
"statement": statement.get("statementId"),
}
)
Expand Down

0 comments on commit a169435

Please sign in to comment.