mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: build_summary: make binary path a string
This commit is contained in:
parent
4e064ef812
commit
ae29697504
@ -136,7 +136,7 @@ def _build_summary(bld):
|
|||||||
if not t:
|
if not t:
|
||||||
continue
|
continue
|
||||||
n = t.outputs[0]
|
n = t.outputs[0]
|
||||||
tg.build_summary['binary'] = n
|
tg.build_summary['binary'] = str(n)
|
||||||
|
|
||||||
nodes.append(n)
|
nodes.append(n)
|
||||||
filtered_taskgens.append(tg)
|
filtered_taskgens.append(tg)
|
||||||
|
Loading…
Reference in New Issue
Block a user