When printing the unassigned values the 'sym' variable is used as a dict from which we try to get the 'name' value. However, 'symbols['unassigned']' gives a list of keys, so we get an 'TypeError' when trying to access ['name'] of a string (the key). Fix this issue by iterating over the values from the 'symbols['unassigned']' dict instead. Signed-off-by: Håkon Øye Amundsen <haakon.amundsen@nordicsemi.no> |
||
|---|---|---|
| .. | ||
| compare_footprint | ||
| size_report | ||