Skip to content

Commit

Permalink
Tools: fixed AerobaticsScripting test
Browse files Browse the repository at this point in the history
we no longer allow open() on directories so that we match ChibiOS
FATFS
  • Loading branch information
tridge committed Dec 11, 2023
1 parent ffb7328 commit 75fca4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autotest/arduplane.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 75fca4c

Please sign in to comment.