Skip to content

Add missing encoding arg to check_call and call to match POpen#12086

Merged
srittau merged 5 commits into
python:mainfrom
max-muoto:add-missing-encoding
Jun 23, 2024
Merged

Add missing encoding arg to check_call and call to match POpen#12086
srittau merged 5 commits into
python:mainfrom
max-muoto:add-missing-encoding

Conversation

@max-muoto

Copy link
Copy Markdown
Contributor

Fixes #12084

@github-actions

This comment has been minimized.

@sobolevn sobolevn left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

check_call calls call, which does not have encoding= in stubs right now.

@max-muoto

Copy link
Copy Markdown
Contributor Author

check_call calls call, which does not have encoding= in stubs right now.

Let me fix that.

@max-muoto

Copy link
Copy Markdown
Contributor Author

check_call calls call, which does not have encoding= in stubs right now.

Fixed: d0d2bd4

@max-muoto max-muoto changed the title Add missing encoding arg to check_call to match POpen Add missing encoding arg to check_call and call to match POpen Jun 6, 2024
@github-actions

This comment has been minimized.

@max-muoto

Copy link
Copy Markdown
Contributor Author

@sobolevn Just following up on this one.

@github-actions

Copy link
Copy Markdown
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@sobolevn sobolevn left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@srittau srittau merged commit b7d536f into python:main Jun 23, 2024
max-muoto added a commit to max-muoto/typeshed that referenced this pull request Sep 8, 2024
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.

subprocess.check_call should accept all POpen arguments

3 participants