This commit is contained in:
Pradyun Gedam 2017-10-25 16:07:21 +05:30
parent e36bb6d5c3
commit a39f36aba1
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ class Resolver(object):
if req.satisfied_by:
should_modify = (
self.upgrade_strategy != "to-satisfy-only" or
self.force_reinstall or
self.force_reinstall or
self.ignore_installed or
req.link.scheme == 'file'
)