Skip to content

Fix method 'def detect_serial_path():' on windows 10:#66

Open
JunioJsv wants to merge 2 commits into
Lekensteyn:masterfrom
JunioJsv:master
Open

Fix method 'def detect_serial_path():' on windows 10:#66
JunioJsv wants to merge 2 commits into
Lekensteyn:masterfrom
JunioJsv:master

Conversation

@JunioJsv

@JunioJsv JunioJsv commented Apr 19, 2020

Copy link
Copy Markdown
  • 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
Copy Markdown
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