aboutsummaryrefslogtreecommitdiffstats
path: root/pkg_resources/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pkg_resources/__init__.py')
-rw-r--r--pkg_resources/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources/__init__.py b/pkg_resources/__init__.py
index c9b2d251..92272f20 100644
--- a/pkg_resources/__init__.py
+++ b/pkg_resources/__init__.py
@@ -1307,7 +1307,7 @@ class ResourceManager:
target_path = os.path.join(extract_path, archive_name + '-tmp', *names)
try:
_bypass_ensure_directory(target_path)
- except:
+ except Exception:
self.extraction_error()
self._warn_unsafe_extraction_path(extract_path)