diff options
Diffstat (limited to 'contrib/python/setuptools')
| -rw-r--r-- | contrib/python/setuptools/py3/pkg_resources/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/setuptools/py3/pkg_resources/__init__.py b/contrib/python/setuptools/py3/pkg_resources/__init__.py index 8f72b67c27b..f41d46c6340 100644 --- a/contrib/python/setuptools/py3/pkg_resources/__init__.py +++ b/contrib/python/setuptools/py3/pkg_resources/__init__.py @@ -3331,7 +3331,7 @@ class UnionProvider(EmptyProvider): return False def get_resource_filename(self, manager, resource_name): - return self._fn(self.module_path, resource_name)[0] + return self._fn(self.module_path, resource_name)[0][1] class ResProvider(EmptyProvider): |
