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 committed Jul 31, 2023
1 parent ee90116 commit af78685
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 @@ -846,7 +846,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 @@ -858,7 +858,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 af78685

Please sign in to comment.