Skip to content

Commit

Permalink
Merge branch 'master' into stc_source_1266
Browse files Browse the repository at this point in the history
  • Loading branch information
Jetske committed Jul 11, 2024
2 parents 5e3e48a + db16f09 commit 363a312
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ def handle(self, *args, **options):
for ua in user_affiliations:
new_affiliation, created = AffiliatedGloss.objects.get_or_create(affiliation=ua.affiliation,
gloss=gloss)
if created:
print("Affiliation added to Gloss ", gloss, " for user ", creator)
else:
print('Creator has no affiliation: ', creator)

0 comments on commit 363a312

Please sign in to comment.