Skip to content
Snippets Groups Projects
Commit 2eda01c7 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

uninstall -f ignores nonexisting packages.

parent c7b8a4e2
Branches
Tags
No related merge requests found
......@@ -66,6 +66,7 @@ def uninstall(parser, args):
tty.die(*args)
if len(matching_specs) == 0:
if args.force: continue
tty.die("%s does not match any installed packages." % spec)
for s in matching_specs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment