webfp / tor-browser-selenium

Tor Browser automation with Selenium.
MIT License
556 stars 99 forks source link

initialize last_err #76

Closed mjuarezm closed 7 years ago

mjuarezm commented 7 years ago

This is to fix issue #74 . It initializes last_err to None. In case last_err is not redefined in the for loop, the last_err will be evaluated in the condition to_raise as False.