Browse Source

Tools: autotest: correct progress message

master
Peter Barker 6 years ago committed by Peter Barker
parent
commit
d6674a3bb1
  1. 4
      Tools/autotest/common.py

4
Tools/autotest/common.py

@ -1765,8 +1765,8 @@ class AutoTest(ABC): @@ -1765,8 +1765,8 @@ class AutoTest(ABC):
self.reboot_sitl()
raise NotAchievedException(
"(%f, %f, %f) != (%f, %f, %f)" %
(home.latitude, home.longitude, home.altitude),
(new_x, new_y, new_z))
(home.latitude, home.longitude, home.altitude,
new_x, new_y, new_z))
# watch it for a little while to ensure it doesn't drift at all:
tstart = self.get_sim_time()

Loading…
Cancel
Save