install: fixed hiding output for uninstalling local core

This commit is contained in:
Blake Harnden 2020-09-11 16:34:49 -07:00
parent 06e9a04357
commit 6e059c7446

View file

@ -418,7 +418,7 @@ def uninstall(c, dev=False, verbose=False, local=False, prefix=DEFAULT_PREFIX):
if local:
with p.start("uninstalling core"):
c.run("sudo python3 -m pip uninstall -y core")
c.run("sudo python3 -m pip uninstall -y core", hide=hide)
else:
python = get_python(c, warn=True)
if python: