Skip to content

Commit

Permalink
Tools: fix autotest helicopter.py formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bnsgeyer authored Jan 20, 2025
1 parent 83d7349 commit 4a1d2fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/autotest/helicopter.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,8 @@ def AutorotationPreArm(self):
self.start_subtest("Check pass when autorotation mode not enabled")
self.set_parameters({
"AROT_ENABLE": 0,
"RPM1_TYPE": 0,
})
"RPM1_TYPE": 0,
})
self.reboot_sitl()
try:
self.wait_statustext("PreArm: AROT: RPM1 not enabled", timeout=50)
Expand Down

0 comments on commit 4a1d2fc

Please sign in to comment.