Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit b679025

Browse files
RINGARCHsamuelhwilliams
authored andcommitted
_find_chrome_win (#223)
* edit _find_chrome_win FileNotFoundError * Update chrome.py
1 parent 838d7db commit b679025

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

eel/chrome.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ def _find_chrome_win():
6262
reg_key = reg.OpenKey(install_type, reg_path, 0, reg.KEY_READ)
6363
chrome_path = reg.QueryValue(reg_key, None)
6464
reg_key.Close()
65+
if not os.path.isfile(chrome_path):
66+
continue
6567
except WindowsError:
6668
chrome_path = None
6769
else:

0 commit comments

Comments
 (0)