This commit is contained in:
parent
759974d9cd
commit
059c36b694
2 changed files with 29 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ class FakeMultipart(BaseModel):
|
|||
|
||||
def set_part(self, part_id, value):
|
||||
if part_id < 1:
|
||||
return
|
||||
raise NoSuchUpload(upload_id=part_id)
|
||||
|
||||
key = FakeKey(part_id, value)
|
||||
self.parts[part_id] = key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue