Cleanup the rbtools.utils.process module
Review Request #7203 — Created April 14, 2015 and submitted — Latest diff uploaded
The process module has long been in need of an overhaul. All parameters
and the return value of theprocess.execute
function have been
documented. A bug where environment variables provided by the function
could be overridden by OS environment variables was fixed.
Ran unit tests.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 4. See what's changed.
orig
1
2
3
4
rbtools/utils/process.py |
---|