Merge branch 'main' into swe-bench

This commit is contained in:
Paul Gauthier 2024-05-23 13:36:23 -07:00
commit fb76895eb1
8 changed files with 2245 additions and 5 deletions

View file

@ -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: