We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0e796 commit 9f491c0Copy full SHA for 9f491c0
playwright/main.py
@@ -131,5 +131,5 @@ async def __aexit__(self, *args: Any) -> None:
131
def main() -> None:
132
driver_executable = compute_driver_executable()
133
my_env = os.environ.copy()
134
- my_env["PLAYWRIGHT_CLI_TARGET_LANG"] = "python"
+ my_env["PW_CLI_TARGET_LANG"] = "python"
135
subprocess.run([str(driver_executable), *sys.argv[1:]], env=my_env)
0 commit comments