mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: autotest, common.py remove extra comma
This commit is contained in:
parent
bb15c18cc3
commit
904b493809
@ -4379,7 +4379,7 @@ class AutoTest(ABC):
|
||||
accuracy=(altitude_max - altitude_min),
|
||||
validator=lambda value2, target2: validator(value2, target2),
|
||||
timeout=timeout,
|
||||
**kwargs,
|
||||
**kwargs
|
||||
)
|
||||
|
||||
def wait_groundspeed(self, speed_min, speed_max, timeout=30, **kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user