mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
cleanup
This commit is contained in:
parent
96b1e1d04f
commit
e9b3c13569
1 changed files with 1 additions and 2 deletions
|
@ -26,8 +26,7 @@ def install_playwright(io):
|
|||
with sync_playwright() as p:
|
||||
p.chromium.launch()
|
||||
has_chromium = True
|
||||
except Exception as err:
|
||||
dump(err)
|
||||
except Exception:
|
||||
has_chromium = False
|
||||
|
||||
if has_pip and has_chromium:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue