From 2747e6b55905fd3463f5eddc869b8ededa996b15 Mon Sep 17 00:00:00 2001 From: belthlemar Date: Mon, 29 Jan 2024 19:10:09 +0100 Subject: [PATCH] change response class --- antarest/study/web/raw_studies_blueprint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antarest/study/web/raw_studies_blueprint.py b/antarest/study/web/raw_studies_blueprint.py index 066c59bfbf..352626d40c 100644 --- a/antarest/study/web/raw_studies_blueprint.py +++ b/antarest/study/web/raw_studies_blueprint.py @@ -254,7 +254,7 @@ def validate( "/studies/{uuid}/raw/download", summary="Download a matrix in a given format", tags=[APITag.study_raw_data], - response_class=StreamingResponse, + response_class=FileResponse, ) def get_matrix( uuid: str,