Skip to content

Commit

Permalink
Try to satisfy type check
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Nov 28, 2024
1 parent b38da1e commit 0f34aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/btrixcloud/uploads.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async def upload_stream(

prefix = org.storage.get_storage_extra_path(str(org.id)) + f"uploads/{id_}"

file_prep = FilePreparer(prefix, filename)
file_prep = FilePreparer(prefix, filename or "upload.wacz")

async def stream_iter():
"""iterate over each chunk and compute and digest + total size"""
Expand Down

0 comments on commit 0f34aa6

Please sign in to comment.