Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Git error output #444

Merged
merged 2 commits into from
Jan 5, 2023
Merged

Fix Git error output #444

merged 2 commits into from
Jan 5, 2023

Conversation

akaihola
Copy link
Owner

@akaihola akaihola commented Jan 4, 2023

In _git_check_output(), stderr output needs to be adapted to work both with encoding=None and encoding="utf-8".

Required for #393.

  • Update change log
  • Review

@akaihola akaihola added the bug Something isn't working label Jan 4, 2023
@akaihola akaihola added this to the 1.7.0 milestone Jan 4, 2023
@akaihola akaihola self-assigned this Jan 4, 2023
@akaihola
Copy link
Owner Author

akaihola commented Jan 4, 2023

@PatrickJordanCongenica, this small fix was needed for baseline linting (#393) – any chance you could do a quick review?

@akaihola
Copy link
Owner Author

akaihola commented Jan 5, 2023

After sleeping on it, I reviewed the change decided to merge.

@akaihola akaihola merged commit b8c02b7 into master Jan 5, 2023
@akaihola akaihola deleted the fix-git-error-output branch January 5, 2023 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging this pull request may close these issues.

1 participant