Skip to content

Conversation

@jsalaber
Copy link
Contributor

@jsalaber jsalaber commented Jul 31, 2025

Changes

  • fixed log that got its logic flipped

@jsalaber jsalaber requested a review from a team as a code owner July 31, 2025 14:57
@jsalaber jsalaber requested a review from a team July 31, 2025 14:57
Copilot AI review requested due to automatic review settings December 16, 2025 17:36
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 fixes an error handling condition in the variable_with_http_info method that had its logic inadvertently inverted. The condition now correctly logs errors for non-404 HTTP status codes, while silently handling the expected 404 case.

Key Changes:

  • Corrected the error logging condition from == 404 to != 404 to log only unexpected API errors

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@kaushalkapasi kaushalkapasi enabled auto-merge (squash) December 16, 2025 20:29
@kaushalkapasi kaushalkapasi merged commit 5dc8d79 into main Dec 16, 2025
8 checks passed
@kaushalkapasi kaushalkapasi deleted the fix-log branch December 16, 2025 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants