Don't ask LLM are you sure about S/R blocks with null R section #835

This commit is contained in:
Paul Gauthier 2024-07-12 17:18:59 +01:00
parent b4e827ef63
commit b678e26281
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
[flake8] [flake8]
ignore = E203,W503,E231 ignore = E203,W503,E231,E222
max-line-length = 100 max-line-length = 100

View file

@ -78,7 +78,7 @@ class EditBlockCoder(Coder):
""" """
if updated in content: if updated in content and updated:
res += f"""Are you sure you need this SEARCH/REPLACE block? res += f"""Are you sure you need this SEARCH/REPLACE block?
The REPLACE lines are already in {path}! The REPLACE lines are already in {path}!