mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -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))
|
||||
|
||||
def show_test_timings(self):
|
||||
if len(self.test_timings.keys()) == 0:
|
||||
return
|
||||
longest = 0
|
||||
for desc in self.test_timings.keys():
|
||||
if len(desc) > longest:
|
||||
|
Loading…
Reference in New Issue
Block a user