mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Tools/autotest: fix whitespace in sim_vehicle.py
This commit is contained in:
parent
8151ee36c7
commit
ba2cbbcebf
@ -416,7 +416,7 @@ def do_build(opts, frame_options):
|
||||
|
||||
if opts.enable_networking_tests:
|
||||
cmd_configure.append("--enable-networking-tests")
|
||||
|
||||
|
||||
pieces = [shlex.split(x) for x in opts.waf_configure_args]
|
||||
for piece in pieces:
|
||||
cmd_configure.extend(piece)
|
||||
|
Loading…
Reference in New Issue
Block a user