Tools: fixed syntax error in build_binaries.py
This commit is contained in:
parent
6954a0035a
commit
585c484be0
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user