Skip to content

Commit a762553

Browse files
committed
removing call to read_nvs_pages() when partition can't be found
1 parent 988e700 commit a762553

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

esp32_image_parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ def main():
269269
print(json.dumps(pages))
270270
else:
271271
print("Partition '" + part_name + "' not found.")
272-
pages = read_nvs_pages(dump_file)
273272

274273
if __name__ == '__main__':
275274
main()

0 commit comments

Comments
 (0)