Skip to content

Commit

Permalink
autotest: flake8 clean
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per committed Dec 19, 2024
1 parent 7897494 commit d4c3629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autotest/arducopter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1926,7 +1926,7 @@ def FenceMargin(self, timeout=180):
# fence requires home to be set:
m = self.poll_home_position(quiet=False)

## 110m polyfence
# 110m polyfence
home_loc = self.mav.location()
locs = [
self.offset_location_ne(home_loc, -110, -110),
Expand Down

0 comments on commit d4c3629

Please sign in to comment.