dont warn about chrome twice

This commit is contained in:
Nick Sweeting 2020-08-18 20:08:04 -04:00
parent b911c111b0
commit d179264cb7

View file

@ -570,8 +570,6 @@ def find_chrome_binary() -> Optional[str]:
if full_path_exists:
return name
stderr('[X] Unable to find a working version of Chrome/Chromium, is it installed and in your $PATH?', color='red')
stderr()
return None
def find_chrome_data_dir() -> Optional[str]: