mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
style: fix string quote consistency in comment parsing
This commit is contained in:
parent
21dffa26b9
commit
c56f06fbcb
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ class FileWatcher:
|
|||
if comment:
|
||||
comments.append(comment)
|
||||
line_nums.append(i)
|
||||
if comment.strip().endswith('!'):
|
||||
if comment.strip().endswith("!"):
|
||||
has_bang = True
|
||||
except Exception:
|
||||
return None, None, False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue