Skip to content

Commit

Permalink
fix: fix opening of multiple checkout output files in the same input …
Browse files Browse the repository at this point in the history
…function when using remote storage
  • Loading branch information
johanneskoester committed May 17, 2024
1 parent 4b5ec51 commit 2f8e719
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion snakemake/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ async def new():
# retrieve the missing file from storage
await e.iofile.retrieve_from_storage()
missing_iofiles.add(e.iofile)
obj = new_job()
else:
raise WorkflowError(
f"Failed to open input file: {e.iofile}. Has it been deleted by another process?",
Expand Down

0 comments on commit 2f8e719

Please sign in to comment.