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

Repair passing of stdio kwargs to PEX.run() #288

Merged
merged 6 commits into from
Jul 15, 2016

Conversation

kwlzn
Copy link
Contributor

@kwlzn kwlzn commented Jul 15, 2016

This was broken in the move to Executor.

@@ -477,8 +477,8 @@ def run(self, args=(), with_chroot=False, blocking=True, setsid=False, **kwargs)
cwd=self._pex if with_chroot else os.getcwd(),
preexec_fn=os.setsid if setsid else None,
# Explicitly don't redirect stdio for this execution.
Copy link
Contributor

Choose a reason for hiding this comment

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

xx this comment.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed!

@baroquebobcat
Copy link
Contributor

Added a note, otherwise LGTM

@kwlzn
Copy link
Contributor Author

kwlzn commented Jul 15, 2016

thanks!

@kwlzn kwlzn merged commit c9252a0 into pex-tool:master Jul 15, 2016
@kwlzn kwlzn mentioned this pull request Jul 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants