mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
autotest: avoid using undefined fmt variable
This commit is contained in:
parent
a00243dc5a
commit
29b913cd41
@ -4461,6 +4461,8 @@ Also, ignores heartbeats not from our target system'''
|
|||||||
return ((v, k))
|
return ((v, k))
|
||||||
|
|
||||||
def show_test_timings(self):
|
def show_test_timings(self):
|
||||||
|
if len(self.test_timings.keys()) == 0:
|
||||||
|
return
|
||||||
longest = 0
|
longest = 0
|
||||||
for desc in self.test_timings.keys():
|
for desc in self.test_timings.keys():
|
||||||
if len(desc) > longest:
|
if len(desc) > longest:
|
||||||
|
Loading…
Reference in New Issue
Block a user