Skip to content

Commit

Permalink
Tools/autotest: fix whitespace in sim_vehicle.py
Browse files Browse the repository at this point in the history
  • Loading branch information
magicrub committed Nov 15, 2023
1 parent dd7d4dd commit e7d5dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autotest/sim_vehicle.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e7d5dbe

Please sign in to comment.