fix match group
This commit is contained in:
parent
c54cbc66d5
commit
066097ea63
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ class ImapFilter:
|
|||
self._log.debug(
|
||||
"Line '%s' found in current file. '%s'",
|
||||
search,
|
||||
match.group(1)
|
||||
match.group(0)
|
||||
)
|
||||
new_content = re.sub(search, replacement, content)
|
||||
if content != new_content:
|
||||
|
|
Loading…
Reference in a new issue