mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Fix tab usage
This commit is contained in:
parent
e7104fb6f0
commit
b34b276844
@ -285,7 +285,7 @@ class ManifestGenerator():
|
||||
platform_frame_regex = re.compile("(?P<board>.+)(-(?P<frame>heli)$)")
|
||||
m = platform_frame_regex.match(platformdir)
|
||||
if m is not None:
|
||||
# This is a heli build
|
||||
# This is a heli build
|
||||
platform = m.group("board") # e.g. navio
|
||||
frame = "heli"
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user