fix find_chrome_executable() on x86 Windows

This commit is contained in:
sebdelsol 2022-03-18 16:11:55 +01:00
parent 0bf986ee8b
commit 843173827a
1 changed files with 7 additions and 6 deletions

View File

@ -689,6 +689,7 @@ def find_chrome_executable():
for item in map(
os.environ.get, ("PROGRAMFILES", "PROGRAMFILES(X86)", "LOCALAPPDATA")
):
if item is not None:
for subitem in (
"Google/Chrome/Application",
"Google/Chrome Beta/Application",