Skip to content

Commit

Permalink
selenium: fix update_paths return
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Dec 26, 2023
1 parent 68f1ac7 commit 57097f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions automon/integrations/seleniumWrapper/webdriver_chrome.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,8 @@ def update_paths(self, path: str):
PATH=os.environ['PATH']
)))

return True

logger.error(f'not found: {path}')

def quit(self):
Expand Down

0 comments on commit 57097f4

Please sign in to comment.