Tweak ResolutionImpossible error line

This makes it more consistent with how error "summary" lines look.

eg:
     IndexError: list index out of range
      ModuleNotFoundError: No module named 'notamodule'
This commit is contained in:
Pradyun Gedam 2020-08-02 07:55:49 +05:30
parent b97c199cf7
commit c412613efe
No known key found for this signature in database
GPG Key ID: FF99710C4332258E
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ class Factory(object):
logger.info(msg)
return DistributionNotFound(
"ResolutionImpossible For help visit: "
"ResolutionImpossible: for help visit "
"https://pip.pypa.io/en/latest/user_guide/"
"#fixing-conflicting-dependencies"
)