Skip to content

Commit

Permalink
more quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-jpq committed Jun 9, 2024
1 parent 9c097b0 commit fa33b2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chadtree/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,13 @@ def parse_args() -> Namespace:
print(msg, io_out.getvalue(), file=stderr)
exit(1)
else:
quiet = () if stderr.isatty() else ("--quiet",)
proc = run(
(
_RT_PY,
"-m",
"pip",
*quiet,
"install",
"--upgrade",
"--requirement",
Expand Down

0 comments on commit fa33b2c

Please sign in to comment.