mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +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:
|
with sync_playwright() as p:
|
||||||
p.chromium.launch()
|
p.chromium.launch()
|
||||||
has_chromium = True
|
has_chromium = True
|
||||||
except Exception as err:
|
except Exception:
|
||||||
dump(err)
|
|
||||||
has_chromium = False
|
has_chromium = False
|
||||||
|
|
||||||
if has_pip and has_chromium:
|
if has_pip and has_chromium:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue