We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997d7e8 commit b895476Copy full SHA for b895476
pipenv/utils/resolver.py
@@ -962,6 +962,6 @@ def resolve_deps(
962
@lru_cache
963
def get_pipenv_sitedir() -> Optional[str]:
964
for dist in importlib_metadata.distributions():
965
- if dist.metadata.get("Name","").lower() == "pipenv":
+ if dist.metadata.get("Name", "").lower() == "pipenv":
966
return str(dist.locate_file(""))
967
return None
0 commit comments