mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
autotest: correct diagnostic message
This commit is contained in:
parent
f6816f38dc
commit
208554d402
@ -4065,7 +4065,7 @@ class AutoTest(ABC):
|
|||||||
return self.check_mission_items_same(check_atts, want, got, skip_first_item=True, strict=strict)
|
return self.check_mission_items_same(check_atts, want, got, skip_first_item=True, strict=strict)
|
||||||
|
|
||||||
def check_mission_item_upload_download(self, items, itype, mission_type, strict=True):
|
def check_mission_item_upload_download(self, items, itype, mission_type, strict=True):
|
||||||
self.progress("check %s _upload/download: upload %u items" %
|
self.progress("check %s upload/download: upload %u items" %
|
||||||
(itype, len(items),))
|
(itype, len(items),))
|
||||||
self.upload_using_mission_protocol(mission_type, items)
|
self.upload_using_mission_protocol(mission_type, items)
|
||||||
self.progress("check %s upload/download: download items" % itype)
|
self.progress("check %s upload/download: download items" % itype)
|
||||||
|
Loading…
Reference in New Issue
Block a user