Skip to content

Commit

Permalink
feat(aggregation-api): delete index from the response file
Browse files Browse the repository at this point in the history
  • Loading branch information
mabw-rte committed Sep 20, 2024
1 parent 6a4bc9c commit ee634ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions antarest/study/web/raw_studies_blueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def aggregate_areas_raw_data(
df_matrix,
study_service.file_transfer_manager,
export_format,
True,
False,
True,
download_name,
download_log,
Expand Down Expand Up @@ -317,7 +317,7 @@ def aggregate_links_raw_data(
df_matrix,
study_service.file_transfer_manager,
export_format,
True,
False,
True,
download_name,
download_log,
Expand Down Expand Up @@ -384,7 +384,7 @@ def aggregate_areas_raw_data__all(
df_matrix,
study_service.file_transfer_manager,
export_format,
True,
False,
True,
download_name,
download_log,
Expand Down Expand Up @@ -450,7 +450,7 @@ def aggregate_links_raw_data__all(
df_matrix,
study_service.file_transfer_manager,
export_format,
True,
False,
True,
download_name,
download_log,
Expand Down

0 comments on commit ee634ad

Please sign in to comment.