Skip to content

Commit a11abf0

Browse files
Pieter from Pozyxlaurentva
authored andcommitted
bugfix: get_pozyx_ports() now returns array it creates
1 parent 265335b commit a11abf0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pypozyx/pozyx_serial.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def get_pozyx_ports():
7676
for port in get_serial_ports():
7777
if is_pozyx_port(port):
7878
pozyx_ports.append(port.device)
79+
return pozyx_ports
7980

8081

8182
def get_first_pozyx_serial_port():

0 commit comments

Comments
 (0)