Skip to content

Commit

Permalink
# Please enter the commit message for your changes. Lines starting
Browse files Browse the repository at this point in the history
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch main
# Your branch is behind 'origin/main' by 1 commit, and can be fast-forwarded.
#   (use "git pull" to update your local branch)
#
# Changes to be committed:
#	modified:   news/10535.feature.rst
#
# Changes not staged for commit:
#	modified:   news/10535.feature.rst
#
# ------------------------ >8 ------------------------
# Do not modify or remove the line above.
# Everything below it will be ignored.
diff --git a/news/10535.feature.rst b/news/10535.feature.rst
index 37ca23b05..4476eaaa5 100644
--- a/news/10535.feature.rst
+++ b/news/10535.feature.rst
@@ -1,2 +1,2 @@
-Catch ``BadZipFile`` errors and re-raise them as ``InvalidWheel`` which
-additionally reports wheel name and path.
+Catch exception when an invalid wheel is accessed
+and provide more information about the culprit in a new stacktrace.
  • Loading branch information
lukasjuhrich committed Oct 23, 2021
1 parent 2e67986 commit 6d0612d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions news/10535.feature.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Catch ``BadZipFile`` errors and re-raise them as ``InvalidWheel`` which
additionally reports wheel name and path.
Catch exception when an invalid wheel is accessed
and provide more information about the culprit in a new stacktrace.

0 comments on commit 6d0612d

Please sign in to comment.