From e492f49470dfa2e4012c8b25bba57f15634aae33 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 5 May 2023 17:45:36 +1000 Subject: [PATCH] Tools: use py3 for sim_vehicle.py --- Tools/autotest/sim_vehicle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/autotest/sim_vehicle.py b/Tools/autotest/sim_vehicle.py index 430869c89d..cc1aef43ef 100755 --- a/Tools/autotest/sim_vehicle.py +++ b/Tools/autotest/sim_vehicle.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """ Framework to start a simulated vehicle and connect it to MAVProxy.