Skip to content

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

Merged
kwlzn merged 6 commits into
pex-tool:masterfrom
kwlzn:kwlzn/pants_exec_fixup
Jul 15, 2016
Merged

Repair passing of stdio kwargs to PEX.run()#288
kwlzn merged 6 commits into
pex-tool:masterfrom
kwlzn:kwlzn/pants_exec_fixup

Conversation

@kwlzn

@kwlzn kwlzn commented Jul 15, 2016

Copy link
Copy Markdown
Contributor

This was broken in the move to Executor.

Comment thread pex/pex.py Outdated
@@ -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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Contributor

Added a note, otherwise LGTM

@kwlzn

kwlzn commented Jul 15, 2016

Copy link
Copy Markdown
Contributor Author

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