Skip to content

Commit 62b41a1

Browse files
committed
missed a line in refactor
1 parent 45d048e commit 62b41a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/binfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,6 @@ def blocks_from_data(self, data: bytes) -> dict[str, BlockData]:
141141
],
142142
)
143143

144-
input_blocks = self.filter_blocks(input_blocks, self.flash_info)
144+
input_blocks = self.filter_blocks(input_blocks)
145145

146146
return input_blocks

0 commit comments

Comments
 (0)