Skip to content

Commit

Permalink
fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Nov 15, 2023
1 parent 35c733d commit ef881f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions poetry_snakemake_plugin/templates/storage-plugins/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ def local_suffix(self) -> str:
"""Return a unique suffix for the local path, determined from self.query."""
...

def close(self):
# Close any open connections, unmount stuff, etc.
def cleanup(self):
"""Perform local cleanup of any remainders of the storage object."""
...

# Fallible methods should implement some retry logic.
Expand Down

0 comments on commit ef881f1

Please sign in to comment.