Skip to content

Don't call subprocess.Popen twice when output == 'file'. #789

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

Merged
merged 3 commits into from
Feb 8, 2014

Conversation

carlohamalainen
Copy link
Contributor

This fixes the real issue behind #705 namely that when output == 'file', the code called subprocess.Popen twice, which forks two process.

@satra
Copy link
Member

satra commented Feb 7, 2014

@carlohamalainen - thank you that was so silly!

could you please rebase this on current master?

@mwaskom
Copy link
Member

mwaskom commented Feb 7, 2014

Why isn't there a facepalm emoji

This is for 421601e regarding
"Don't call subprocess.Popen twice when output == 'file'."
@carlohamalainen
Copy link
Contributor Author

OK, I've done 'git rebase upstream/master' and merged and committed and pushed, hopefully this sorts it out.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 0c4f587 on carlohamalainen:master into 4d14512 on nipy:master.

satra added a commit that referenced this pull request Feb 8, 2014
Don't call subprocess.Popen twice when output == 'file'.
@satra satra merged commit 99240e0 into nipy:master Feb 8, 2014
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.

4 participants