mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 02:37:19 +02:00
tools: fix bug with idf_size argument archive_details
This commit is contained in:
@ -1136,7 +1136,7 @@ class StructureForArchiveSymbols(object):
|
||||
|
||||
|
||||
def get_archive_symbols(sections, archive, as_json=False, sections_diff=None): # type: (Dict, str, bool, Dict) -> str
|
||||
diff_en = sections_diff is not None
|
||||
diff_en = bool(sections_diff)
|
||||
current = StructureForArchiveSymbols.get(archive, sections)
|
||||
reference = StructureForArchiveSymbols.get(archive, sections_diff) if sections_diff else {}
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user