Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Nov 15, 2023
1 parent ef881f1 commit 88b596f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions poetry_snakemake_plugin/templates/storage-plugins/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ def local_suffix(self) -> str:

def cleanup(self):
"""Perform local cleanup of any remainders of the storage object."""
# self.local_path() should not be removed, as this is taken care of by
# Snakemake.
...

# Fallible methods should implement some retry logic.
Expand Down

0 comments on commit 88b596f

Please sign in to comment.