mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 04:05:49 +03:00
[GH-ISSUE #315] I execute the following,but the result is None and False,what should I do? #276
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fgogoto on GitHub (Sep 26, 2022).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/315
Originally assigned to: @fgogoto on GitHub.
from eel import chrome
chrome_instance_path = chrome.find_path()
print(chrome_instance_path)
print(chrome_instance_path is not None and os.path.exists(chrome_instance_path))
@brentvollebregt commented on GitHub (Sep 29, 2022):
What's wrong with these being None and False? If Chrome is not available, the default browser will be used.
@github-actions[bot] commented on GitHub (Nov 1, 2022):
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.
@github-actions[bot] commented on GitHub (Nov 7, 2022):
Closing issue due to no activity in more than 60 days.