fix?
This commit is contained in:
parent
c52657fe61
commit
f87d30f220
@ -243,7 +243,7 @@ def real_file_upload(fd, dev, blksize=MAX_BLK_LEN, do_upgrade=False, do_reboot=T
|
||||
if not here: break
|
||||
left -= len(here)
|
||||
result = dev.send_recv(CCProtocolPacker.upload(pos, sz, here))
|
||||
assert result == pos, "Got back: %r" % result
|
||||
assert result == pos, f"Got back: {result}"
|
||||
chk.update(here)
|
||||
|
||||
# do a verify
|
||||
|
||||
Loading…
Reference in New Issue
Block a user