You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace line 158 of jobfunnel/tools/tools.py webdriver.Chrome(ChromeDriverManager().install())
with driver = webdriver.Chrome(ChromeDriverManager().install())
so function get_webdriver() has a value to return.
I fixed this actually in my last PR #75
I was the one that forgot that assignment 😅
We're still in the middle of evaluating that PR so I hope we merge those changes soon!
Thanks so much for bringing this to our attention!
Description
Google Chrome Driver not defined
Steps to Correct
Replace line 158 of jobfunnel/tools/tools.py
webdriver.Chrome(ChromeDriverManager().install())
with
driver = webdriver.Chrome(ChromeDriverManager().install())
so function get_webdriver() has a value to return.
Why not a pull request? Too small of a fix
Environment
The text was updated successfully, but these errors were encountered: