Skip to content

Commit

Permalink
clean new outputs from slurm workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Apr 3, 2024
1 parent 44f97c4 commit 96de0e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions antarest/launcher/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,8 @@ def _import_output(
finally:
if zip_path:
os.unlink(zip_path)
if output_is_zipped:
os.unlink(output_true_path)
raise JobNotFound()

def _download_fallback_output(self, job_id: str, params: RequestParameters) -> FileDownloadTaskDTO:
Expand Down

0 comments on commit 96de0e2

Please sign in to comment.