mirror of
https://github.com/bkerler/edl.git
synced 2024-11-14 11:05:05 -05:00
less verbose for setactiveslot
This commit is contained in:
parent
146bb6165e
commit
0ba6b31435
1 changed files with 1 additions and 1 deletions
|
@ -1361,7 +1361,7 @@ class firehose(metaclass=LogBase):
|
|||
write_size = len(patch_data)
|
||||
for i in range(0, write_size, size_each_patch):
|
||||
pdata_subset = int(unpack(unpack_fmt, patch_data[offset:offset+size_each_patch])[0])
|
||||
self.cmd_patch( lun, start_sector, byte_offset + offset, pdata_subset, size_each_patch, True)
|
||||
self.cmd_patch( lun, start_sector, byte_offset + offset, pdata_subset, size_each_patch, False)
|
||||
offset += size_each_patch
|
||||
return True
|
||||
|
||||
|
|
Loading…
Reference in a new issue