+2
-1
lines changedFilter options
+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