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

Set returncode on Process.wait() #1303

Closed
jtpereyda opened this issue Jul 17, 2018 · 1 comment
Closed

Set returncode on Process.wait() #1303

jtpereyda opened this issue Jul 17, 2018 · 1 comment

Comments

@jtpereyda
Copy link

It would be nice if returncode was always available, and always set after termination. Right now you have to use wait_procs or Popen.

@giampaolo
Copy link
Owner

I don't see any value in setting the attribute against the Process class since you can already simply check the returned value. Closing out as rejected.

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

No branches or pull requests

2 participants