X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/f4d3e2010ae1287af696db056828fbb87c8fa1d9..4aaa88e0a2069e14830f07f1ad3190d6d13b43a0:/pinch.py?ds=sidebyside diff --git a/pinch.py b/pinch.py index 78c6d52..d8bf75c 100644 --- a/pinch.py +++ b/pinch.py @@ -305,7 +305,7 @@ def fetch_with_nix_prefetch_url( return path # type: ignore # (for old mypy) -def fetch_resources(v: Verification, channel: TarrableSearchPath) -> None: +def fetch_resources(v: Verification, channel: ChannelSearchPath) -> None: for resource in ['git-revision', 'nixexprs.tar.xz']: fields = channel.table[resource] fields.absolute_url = urllib.parse.urljoin(