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

Make cmssw_deploy call Popen in text mode #19

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

nothingface0
Copy link
Contributor

This way we can avoid decoding bytes later in
the code and makes it all a bit simpler.

It also suppresses the runtime error about using
the bufsize argument in binary mode.

This way we can avoid decoding bytes later in
the code and makes it all a bit simpler.

It also suppresses the runtime error about using
the bufsize argument in binary mode.
@nothingface0 nothingface0 merged commit f25b1e2 into dev Nov 28, 2024
@nothingface0 nothingface0 deleted the subprocess_in_text_mode branch November 28, 2024 15:07
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.

1 participant