Skip to content

Commit

Permalink
[Normal] Update Some Code
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdWindScholar committed Aug 3, 2024
1 parent 5353167 commit 00fe45f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dumper.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ def data_for_op(self, operation, out_file, old_file):
data = b''
elif op_type == op.REPLACE:
out_file.seek(op.dst_extents[0].start_block * self.block_size)
payloadfile.seek(payloadfile.tell() - 4)
while processed_len < data_length:
data = payloadfile.read(buffsize)
processed_len += len(data)
Expand Down

0 comments on commit 00fe45f

Please sign in to comment.