Skip to content

Commit

Permalink
autotest: flake8 clean
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per committed Feb 20, 2024
1 parent 1dbfe49 commit b14f46f
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 @@ -3760,7 +3760,7 @@ def FenceAutoEnableDisableSwitch(self):
# Grab Home Position
self.mav.recv_match(type='HOME_POSITION', blocking=True)
self.homeloc = self.mav.location()
self.set_rc_from_map({ 7: 1000 }) # Turn fence off with aux function
self.set_rc_from_map({7: 1000}) # Turn fence off with aux function

self.wait_ready_to_arm()
cruise_alt = 75
Expand Down

0 comments on commit b14f46f

Please sign in to comment.