Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix looking for incorrect binary for edgedriver on Linux #392

Merged
merged 1 commit into from Jun 24, 2022

Conversation

unixfy
Copy link
Contributor

@unixfy unixfy commented Jun 15, 2022

Previous version would make the script look for the cached Edge driver in the wrong location, causing it to always think the driver is not cached (and therefore download a new, unnecessary copy of the driver).

Fixes #387.

Previous version would make the script look for the cached Edge driver in the wrong location, causing it to always think the driver is not cached (and therefore download a new, unnecessary copy of the driver). Resolves SergeyPirogov#387
@pep8speaks
Copy link

Hello @unixfy! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 114:80: E501 line too long (83 > 79 characters)

@SergeyPirogov SergeyPirogov merged commit 8433c1a into SergeyPirogov:master Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Looks for incorrect binary for edgedriver on Linux
3 participants