Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jacalata committed Jul 23, 2024
1 parent 73425a2 commit c90ddfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def merge():
# remove curly quotes that are not expected in command line text/may not work for some users
# these may look the same but represent U201C, U201D and U201E - opening quotes, German opening quotes, and closing quotes
import re

changed_input = re.sub("[“„“]", "'", input)
# some strings for some reason use two single quotes as a double quote. Reduce to one single quote.
re_changed_input = re.sub("''", "'", changed_input)
Expand Down

0 comments on commit c90ddfa

Please sign in to comment.