parent
dbc864c9db
commit
efae58a4ef
@ -99,7 +99,7 @@ def concretize_specs(specs, allow_multiple_matches=False, force=False):
|
|||||||
has_errors = True
|
has_errors = True
|
||||||
|
|
||||||
# No installed package matches the query
|
# No installed package matches the query
|
||||||
if len(matching) == 0 and not force:
|
if len(matching) == 0:
|
||||||
tty.error("%s does not match any installed packages." % spec)
|
tty.error("%s does not match any installed packages." % spec)
|
||||||
has_errors = True
|
has_errors = True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user