mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 12:32:58 +00:00
Use --quiet when mamba search to simplify output parsing
This commit is contained in:
@@ -116,7 +116,7 @@ class CondaPackageHelper:
|
||||
LOGGER.info("Grabing the list of available packages (can take a while) ...")
|
||||
# Keeping command line output since `mamba search --outdated --json` is way too long ...
|
||||
self.available = CondaPackageHelper._extract_available(
|
||||
self._execute_command(["mamba", "search", "--outdated"])
|
||||
self._execute_command(["mamba", "search", "--outdated", "--quiet"])
|
||||
)
|
||||
return self.available
|
||||
|
||||
|
Reference in New Issue
Block a user