Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
desafinadude committed Jan 7, 2025
1 parent c024ed5 commit b554e39
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -769,10 +769,11 @@ def mp_to_person_slug(self, mp):
person = Person.objects.get(slug=slug)
return person.slug
except Person.DoesNotExist:
print(f"Slug not found: {slug}. Please find matching slug and add it to slug_corrections.")
print("Slug not found: {0}. Please find matching slug and add it to slug_corrections.".format(slug))
return None



def produce_json(self):
data = self.groupings

Expand Down

0 comments on commit b554e39

Please sign in to comment.