mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
Merge branch 'main' into swe-bench
This commit is contained in:
commit
fb76895eb1
8 changed files with 2245 additions and 5 deletions
|
@ -69,8 +69,8 @@ class Commands:
|
|||
self.scraper = Scraper(print_error=self.io.tool_error)
|
||||
|
||||
content = self.scraper.scrape(url) or ""
|
||||
if content:
|
||||
self.io.tool_output(content)
|
||||
# if content:
|
||||
# self.io.tool_output(content)
|
||||
|
||||
instructions = self.scraper.get_playwright_instructions()
|
||||
if instructions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue