We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
calling something like
junitparser merge tests/data/jenkins.xml -
fails with TypeError: write() argument must be str, not bytes
TypeError: write() argument must be str, not bytes
This regression was introduced when merging #148 and it works fine on 260ef3d.
pretty sure the issue stems from here:
junitparser/junitparser/cli.py
Line 18 in 16c54d7
The text was updated successfully, but these errors were encountered:
CC: @EnricoMi
Sorry, something went wrong.
also see https://github.com/weiwei/junitparser/actions/runs/12966613410/job/36167570796?pr=152 for details
EnricoMi
Successfully merging a pull request may close this issue.
calling something like
fails with
TypeError: write() argument must be str, not bytes
This regression was introduced when merging #148 and it works fine on 260ef3d.
pretty sure the issue stems from here:
junitparser/junitparser/cli.py
Line 18 in 16c54d7
The text was updated successfully, but these errors were encountered: