Skip to content

Commit d8c8ecf

Browse files
authored
Merge pull request #253 from OpenUpSA/members-interest-2024
wip
2 parents 89a5626 + b554e39 commit d8c8ecf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pombola/south_africa/data/members-interests/convert_to_import_json.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,10 +769,11 @@ def mp_to_person_slug(self, mp):
769769
person = Person.objects.get(slug=slug)
770770
return person.slug
771771
except Person.DoesNotExist:
772-
print(f"Slug not found: {slug}. Please find matching slug and add it to slug_corrections.")
772+
print("Slug not found: {0}. Please find matching slug and add it to slug_corrections.".format(slug))
773773
return None
774774

775775

776+
776777
def produce_json(self):
777778
data = self.groupings
778779

0 commit comments

Comments
 (0)