Skip to content

Commit

Permalink
fix(api): fix again failed tests (#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
TLAIDI authored and laurent-laporte-pro committed Sep 12, 2023
1 parent b847594 commit 251ec8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions antarest/study/storage/variantstudy/variant_study_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ def _generate(
export_study_flat(
snapshot_path,
dst_path,
parent_study,
self.study_factory,
outputs=False,
output_src_path=output_src_path,
)
Expand All @@ -738,7 +738,7 @@ def _generate(
export_study_flat(
path_study=path_study,
dest=dst_path,
study_factory=parent_study,
study_factory=self.study_factory,
outputs=False,
)
finally:
Expand Down

0 comments on commit 251ec8a

Please sign in to comment.