forked from Archive/PX4-Autopilot
px_uploader.py: small whitespace fix
Found by PEP8 checker.
This commit is contained in:
parent
ff87d43be0
commit
b0a8073e15
|
@ -272,7 +272,7 @@ class uploader(object):
|
|||
|
||||
except NotImplementedError:
|
||||
raise RuntimeError("Programing not supported for this version of silicon!\n"
|
||||
"See https://pixhawk.org/help/errata")
|
||||
"See https://pixhawk.org/help/errata")
|
||||
except RuntimeError:
|
||||
# timeout, no response yet
|
||||
return False
|
||||
|
@ -612,7 +612,7 @@ try:
|
|||
else:
|
||||
portlist = patterns
|
||||
|
||||
baud_flightstack = [ int(x) for x in args.baud_flightstack.split(',') ]
|
||||
baud_flightstack = [int(x) for x in args.baud_flightstack.split(',')]
|
||||
|
||||
for port in portlist:
|
||||
|
||||
|
|
Loading…
Reference in New Issue