We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f71167 + d5f6b8b commit 6b65b0eCopy full SHA for 6b65b0e
1 file changed
servc/svc/com/http/blob.py
@@ -89,7 +89,8 @@ def _getFile(self, id: str):
89
return send_file(
90
data,
91
as_attachment=True,
92
- download_name=os.path.basename(art["responseBody"]["file"]),
+ download_name=os.path.basename(
93
+ art["responseBody"]["file"]),
94
mimetype="application/octet-stream",
95
)
96
return returnError("File not found", StatusCode.INVALID_INPUTS)
0 commit comments