Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigurd-Borge committed Jan 10, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0126739 commit 215620b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/antares/craft/model/study.py
Original file line number Diff line number Diff line change
@@ -432,6 +432,7 @@ def delete_output(self, output_name: str) -> None:
def move(self, destination_folder: Path) -> None:
self._study_service.move_study(destination_folder)


def _verify_study_already_exists(study_directory: Path) -> None:
if study_directory.exists():
raise FileExistsError(f"Study {study_directory.name} already exists.")

0 comments on commit 215620b

Please sign in to comment.