Tools: fixed syntax error in build_binaries.py

This commit is contained in:
Andrew Tridgell 2018-03-10 07:42:45 +11:00
parent 6954a0035a
commit 585c484be0

View File

@ -410,8 +410,7 @@ is bob we will attempt to checkout bob-AVR'''
try:
self.copyit(path, ddir, tag, vehicle)
except Exception as e:
self.progress("Failed to copy %s to %s: %s",
path, ddir, str(e))
self.progress("Failed to copy %s to %s: %s" % (path, ddir, str(e)))
# why is touching this important? -pb20170816
self.touch_filepath(os.path.join(self.binaries,
vehicle_binaries_subdir, tag))