Fix typo 🤦♂️
This commit is contained in:
parent
ba9facca82
commit
5de6b737da
|
|
@ -215,7 +215,7 @@ def update_assignment_completion(
|
||||||
AssignmentCompletionStatus.EVALUATION_SUBMITTED,
|
AssignmentCompletionStatus.EVALUATION_SUBMITTED,
|
||||||
AssignmentCompletionStatus.SUBMITTED,
|
AssignmentCompletionStatus.SUBMITTED,
|
||||||
]
|
]
|
||||||
and Assignment.assignment_type != AssignmentType.EDONIQ_TEST.value
|
and assignment.assignment_type != AssignmentType.EDONIQ_TEST.value
|
||||||
):
|
):
|
||||||
acl = AssignmentCompletionAuditLog.objects.create(
|
acl = AssignmentCompletionAuditLog.objects.create(
|
||||||
assignment_user=assignment_user,
|
assignment_user=assignment_user,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue