Skip to content

Conversation

@abrookins
Copy link
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings July 3, 2025 21:47
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR improves how the client release script suppresses git command output by replacing capture_output=True with explicit redirection of both stdout and stderr to DEVNULL.

  • Suppress command output using stdout=subprocess.DEVNULL and stderr=subprocess.DEVNULL instead of capture_output
  • Removed the inline comment for stderr suppression
Comments suppressed due to low confidence (1)

scripts/tag_and_push_client.py:79

  • [nitpick] Consider adding a comment explaining why stdout is being suppressed alongside stderr to match the intent of the original stderr comment and maintain clarity.
            stdout=subprocess.DEVNULL,

@abrookins abrookins merged commit 2647e0a into main Jul 7, 2025
22 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants