A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/espressif/esp-idf/commit/ead2652c33ecacac399076f0b6a78d6d0d18bb41 below:

Merge branch 'fix/fatfsgen_construct_v5.0' into 'release/v5.0' · espressif/esp-idf@ead2652 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+2

-1

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+2

-1

lines changed Original file line number Diff line number Diff line change

@@ -55,7 +55,7 @@ def traverse_folder_tree(directory_bytes_: bytes,

55 55

try:

56 56

obj_: dict = Entry.ENTRY_FORMAT_SHORT_NAME.parse(

57 57

directory_bytes_[obj_address_: obj_address_ + FATDefaults.ENTRY_SIZE])

58 -

except (construct.core.ConstError, UnicodeDecodeError) as e:

58 +

except (construct.core.ConstError, UnicodeDecodeError, construct.core.StringError) as e:

59 59

if not args.long_name_support:

60 60

raise e

61 61

continue

Original file line number Diff line number Diff line change

@@ -13,6 +13,7 @@ pyelftools

13 13

idf-component-manager

14 14

esp-coredump

15 15

esptool

16 +

construct

16 17 17 18

# kconfig and menuconfig dependencies

18 19

kconfiglib

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4