Skip to content

Commit

Permalink
selenium: fixing webdriver path
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Jul 27, 2024
1 parent e955852 commit 3a5a063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automon/integrations/seleniumWrapper/webdriver_chrome.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def update_paths(self, path: str):
logger.info(f'update_paths :: done')
return True

logger.error(f'update_paths :: failed :: {path=}')
logger.error(f'update_paths :: failed :: {path} not found')
return False

async def quit(self):
Expand Down

0 comments on commit 3a5a063

Please sign in to comment.