From 75fca4c1715afb7f9545065adeb5f0de30c78646 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 10 Dec 2023 13:58:03 +1100 Subject: [PATCH] Tools: fixed AerobaticsScripting test we no longer allow open() on directories so that we match ChibiOS FATFS --- Tools/autotest/arduplane.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/autotest/arduplane.py b/Tools/autotest/arduplane.py index fb78e2c186b53..5c76db5d35d88 100644 --- a/Tools/autotest/arduplane.py +++ b/Tools/autotest/arduplane.py @@ -4515,7 +4515,7 @@ def AerobaticsScripting(self): self.customise_SITL_commandline( [], model=model, - defaults_filepath="", + defaults_filepath="Tools/autotest/models/plane-3d.parm", wipe=True) self.context_push()