disable update browser. (really!!)

This commit is contained in:
felinae98 2022-02-10 16:26:41 +08:00
parent 8e3de419d3
commit 3d43d47034
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -43,6 +43,7 @@ def download_browser():
raise RuntimeError("platform not supported")
if browser_path.exists() and os.listdir(str(browser_path)):
logger.warning("Browser Exists, skip")
return
env = os.environ.copy()
driver_executable = compute_driver_executable()
env["PW_CLI_TARGET_LANG"] = "python"