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:
|
try:
|
||||||
self.copyit(path, ddir, tag, vehicle)
|
self.copyit(path, ddir, tag, vehicle)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.progress("Failed to copy %s to %s: %s",
|
self.progress("Failed to copy %s to %s: %s" % (path, ddir, str(e)))
|
||||||
path, ddir, str(e))
|
|
||||||
# why is touching this important? -pb20170816
|
# why is touching this important? -pb20170816
|
||||||
self.touch_filepath(os.path.join(self.binaries,
|
self.touch_filepath(os.path.join(self.binaries,
|
||||||
vehicle_binaries_subdir, tag))
|
vehicle_binaries_subdir, tag))
|
||||||
|
Loading…
Reference in New Issue
Block a user