We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05473ae commit 11f5726Copy full SHA for 11f5726
1 file changed
packages/polywrap-client/polywrap_client/client.py
@@ -82,7 +82,7 @@ async def try_resolve_uri(
82
self, options: TryResolveUriOptions
83
) -> Result[UriPackageOrWrapper]:
84
uri = options.uri
85
- uri_resolver = self.get_uri_resolver()
+ uri_resolver = self._config.resolver
86
resolution_context = options.resolution_context or UriResolutionContext()
87
88
return await uri_resolver.try_resolve_uri(uri, self, resolution_context)
0 commit comments