Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/snakemake_storage_plugin_cached_http/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ def __post_init__(self):
@override
def local_suffix(self) -> str:
"""Return the local suffix for this object (used by parent class)."""
return f"{self.netloc}{self.path}"
return f"{self.netloc}/{self.path}"

@override
def get_inventory_parent(self) -> str | None:
Expand Down