Skip to content

Commit

Permalink
Re-enable location warning
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Jul 9, 2021
1 parent f37fc4c commit 67f1f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/locations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _warn_if_mismatch(old: pathlib.Path, new: pathlib.Path, *, key: str) -> bool
"\ndistutils: %s"
"\nsysconfig: %s"
)
logger.debug(message, key, issue_url, old, new)
logger.warning(message, key, issue_url, old, new)
return True


Expand Down

0 comments on commit 67f1f0d

Please sign in to comment.