Build changes

master
Mark Qvist 2019-02-15 21:25:26 +01:00
parent f6d7ea8f24
commit df952b71bb
1 changed files with 1 additions and 1 deletions

View File

@ -751,7 +751,7 @@ def list_serial_ports():
portlist = []
for port in ports:
portlist.insert(0, port.device)
return portlist
def list_volumes():