Skip to content

Commit

Permalink
Tools: fix whitespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
bnsgeyer committed Apr 23, 2024
1 parent c022ccc commit 9b237f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autotest/helicopter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ def AutoTune(self):
self.wait_statustext('AutoTune: Success', timeout=1000)
now = self.get_sim_time()
self.progress("AUTOTUNE OK (%u seconds)" % (now - tstart))

self.set_rc(3, 1000)
self.context_collect('STATUSTEXT')
self.wait_statustext(r"SIM Hit ground at ([0-9.]+) m/s",
Expand Down

0 comments on commit 9b237f5

Please sign in to comment.