We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d5445 commit 8384586Copy full SHA for 8384586
mock_connect/mock_connect/main.py
@@ -194,7 +194,7 @@ def v1_content_bundle_download(bundle: Bundle, content_id):
194
bundle.read_bundle_data(),
195
mimetype="application/tar+gzip",
196
as_attachment=True,
197
- attachment_filename=basename(bundle._tar_file) if bundle._tar_file else None,
+ download_name=basename(bundle._tar_file) if bundle._tar_file else None,
198
)
199
200
0 commit comments