mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
style: Replace single quotes with double quotes in main.py
This commit is contained in:
parent
99b0209c89
commit
c7fe86021c
1 changed files with 1 additions and 1 deletions
|
@ -1110,7 +1110,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
||||||
coder.ok_to_warm_cache = False
|
coder.ok_to_warm_cache = False
|
||||||
|
|
||||||
# Set the placeholder if provided
|
# Set the placeholder if provided
|
||||||
if hasattr(switch, 'placeholder') and switch.placeholder is not None:
|
if hasattr(switch, "placeholder") and switch.placeholder is not None:
|
||||||
io.placeholder = switch.placeholder
|
io.placeholder = switch.placeholder
|
||||||
|
|
||||||
kwargs = dict(io=io, from_coder=coder)
|
kwargs = dict(io=io, from_coder=coder)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue