Skip to content

Commit

Permalink
fixup! Replace unwanted chars in person names
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe committed Nov 26, 2024
1 parent 7514148 commit df9f1bc
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,10 @@ def handle(self, *args, **options):
other_name.delete()
else:
other_name.save()
bot = CandidateBot(
person_id=other_name.content_object.pk, update=True
)
bot.edits_made = True
bot.save(
f"Replacing {repr(char)} with {repr(replace)} in person other name"
)

0 comments on commit df9f1bc

Please sign in to comment.