We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cache
1 parent 2931c7a commit 9f3b463Copy full SHA for 9f3b463
snakemake_storage_plugin_zenodo/__init__.py
@@ -143,7 +143,7 @@ def __post_init__(self):
143
144
# Set up cache directory
145
if self.settings.cache:
146
- self.cache_dir = Path(self.settings.cache)
+ self.cache_dir = Path(self.settings.cache).expanduser()
147
self.cache_dir.mkdir(exist_ok=True, parents=True)
148
else:
149
self.cache_dir = None
0 commit comments