mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
px_uploader.py: small whitespace fix
Found by PEP8 checker.
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user