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

[bug] Randomize process output file ('path' module) #2

Open
kixxauth opened this issue Dec 20, 2010 · 0 comments
Open

[bug] Randomize process output file ('path' module) #2

kixxauth opened this issue Dec 20, 2010 · 0 comments

Comments

@kixxauth
Copy link
Member

Currently the Path.run() method uses a temporary output file to capture stdout and stderr from the process that it runs. This file should be given a randomized name to prevent collisions with other parallel calls to Path.run(). The random output file is deleted by Path.run() after use, but in case of failure it should reside in the host OS 'temp' directory anyway.

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

1 participant