update security requirements status to complete when SO review is done

This commit is contained in:
dandds
2019-02-19 06:16:40 -05:00
parent 979f700e36
commit 7665598fe3
3 changed files with 11 additions and 6 deletions

View File

@@ -187,6 +187,9 @@ class DD254s:
# sign, and verify process for the DD 254 PDF
@classmethod
def complete(cls, dd254):
if dd254 is None:
return False
for col in DD254.__table__.columns:
if getattr(dd254, col.name) is None:
return False