Skip to content

Commit

Permalink
Fix incorrect information in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Apr 29, 2022
1 parent 04e7f08 commit 2831ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setuptools/_importlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def disable_importlib_metadata_finder(metadata):
"`importlib-metadata`."
)
warnings.warn(msg) # Ensure a descriptive message is shown.
raise # This exception is sometimes suppressed by the import machinery.
raise # This exception can be suppressed by _distutils_hack

if importlib_metadata is metadata:
return
Expand Down

0 comments on commit 2831ab5

Please sign in to comment.