Skip to content

Commit

Permalink
Merge pull request #483 from mulkieran/vendor-quiet
Browse files Browse the repository at this point in the history
Send vendor-filterer stderr to devnull
  • Loading branch information
mulkieran authored Oct 16, 2023
2 parents 342b1e7 + adfe1b4 commit d20b31d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release_management/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ def vendor(manifest_abs_path, release_version, *, filterer=False):
vendor_dir,
],
check=True,
stderr=subprocess.DEVNULL,
)
else:
subprocess.run(
Expand Down

0 comments on commit d20b31d

Please sign in to comment.