px_uploader.py: small whitespace fix

Found by PEP8 checker.
This commit is contained in:
Julian Oes 2017-02-27 09:33:35 +01:00 committed by Beat Küng
parent ff87d43be0
commit b0a8073e15
1 changed files with 2 additions and 2 deletions

View File

@ -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: