mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 04:52:57 +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) ...")
|
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 ...
|
# Keeping command line output since `mamba search --outdated --json` is way too long ...
|
||||||
self.available = CondaPackageHelper._extract_available(
|
self.available = CondaPackageHelper._extract_available(
|
||||||
self._execute_command(["mamba", "search", "--outdated"])
|
self._execute_command(["mamba", "search", "--outdated", "--quiet"])
|
||||||
)
|
)
|
||||||
return self.available
|
return self.available
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user