Skip to content

Commit

Permalink
Merge pull request #416 from uw-it-aca/task/save-affils
Browse files Browse the repository at this point in the history
fix var name for log message
  • Loading branch information
jlaney authored May 30, 2024
2 parents 1be00d0 + 23329bb commit 5e4de3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compass/views/api/student.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def post(self, request, *args, **kwargs):
sa.save()

logger.info(
f"StudentAffiliation for {student.systemkey} added: "
f"StudentAffiliation for {student.system_key} added: "
f"{affiliation.name} ({affiliation.id}), {cohort_str}")

serializer = StudentAffiliationReadSerializer(sa)
Expand Down

0 comments on commit 5e4de3c

Please sign in to comment.