Skip to content

Commit 6b65b0e

Browse files
committed
Merge remote-tracking branch 'origin' into feature/blob
2 parents 5f71167 + d5f6b8b commit 6b65b0e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

servc/svc/com/http/blob.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ def _getFile(self, id: str):
8989
return send_file(
9090
data,
9191
as_attachment=True,
92-
download_name=os.path.basename(art["responseBody"]["file"]),
92+
download_name=os.path.basename(
93+
art["responseBody"]["file"]),
9394
mimetype="application/octet-stream",
9495
)
9596
return returnError("File not found", StatusCode.INVALID_INPUTS)

0 commit comments

Comments
 (0)