We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d048e commit 62b41a1Copy full SHA for 62b41a1
1 file changed
lib/binfile.py
@@ -141,6 +141,6 @@ def blocks_from_data(self, data: bytes) -> dict[str, BlockData]:
141
],
142
)
143
144
- input_blocks = self.filter_blocks(input_blocks, self.flash_info)
+ input_blocks = self.filter_blocks(input_blocks)
145
146
return input_blocks
0 commit comments