comm: no need to fetch potential ports again
This commit is contained in:
parent
4093995ba0
commit
054bbd8a9b
1 changed files with 1 additions and 1 deletions
|
|
@ -1867,7 +1867,7 @@ class MachineCom(object):
|
|||
elif len(potentials) > 1:
|
||||
programmer = stk500v2.Stk500v2()
|
||||
|
||||
for p in serialList():
|
||||
for p in potentials:
|
||||
serial_obj = None
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue