diff --git a/poetry_snakemake_plugin/templates/storage-plugins/init.py b/poetry_snakemake_plugin/templates/storage-plugins/init.py index 2f63dc8..ab602d2 100644 --- a/poetry_snakemake_plugin/templates/storage-plugins/init.py +++ b/poetry_snakemake_plugin/templates/storage-plugins/init.py @@ -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.