Skip to content
Snippets Groups Projects
Commit a2982962 authored by Harmen Stoppels's avatar Harmen Stoppels Committed by Harmen Stoppels
Browse files

relocate_text: fix return value (#48568)

parent 1db11ff0
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@ def _apply_to_file(self, f):
# but it's nasty to deal with matches across boundaries, so let's stick to
# something simple.
modified = True
modified = False
for match in self.regex.finditer(f.read()):
# The matching prefix (old) and its replacement (new)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment