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 method 'def detect_serial_path():' on windows 10: #66

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JunioJsv
Copy link

@JunioJsv JunioJsv commented Apr 19, 2020

  • changed line 399 to: if name.startswith(r'\DEVICE\LG') and (name.endswith('G1') or name.endswith('G2')):
  • this condition prevented the script from finding my lg k10 250ds device that has the name in the registry \Device\LGSIDIAG1

- changed line 399 to: if name.startswith(r'\DEVICE\LG') and (name.endswith('G1') or name.endwith('G2')):
- this condition prevented the script from finding my lg k10 250ds device that has the name in the registry \Device\LGSIDIAG1
@JunioJsv
Copy link
Author

Captura de Tela (64)

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.

1 participant