mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
log cleanup
This commit is contained in:
+1
-1
@@ -201,7 +201,7 @@ def installed(package, friendly: str = None, reload = False, quiet = False):
|
||||
|
||||
|
||||
def uninstall(package):
|
||||
if installed(package, package):
|
||||
if installed(package, package, quiet=True):
|
||||
log.warning(f'Uninstalling: {package}')
|
||||
pip(f"uninstall {package} --yes --quiet", ignore=True, quiet=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user