From e98bcbc74422492351c51646dba3849a138a8ffc Mon Sep 17 00:00:00 2001 From: AlexSm Date: Thu, 21 Dec 2023 15:05:38 +0100 Subject: Import libs 1 (#590) * Import libs 1 * Add new file without extension * Add file missed in export config --- contrib/python/setuptools/py3/pkg_resources/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/python/setuptools') 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): -- cgit v1.3