diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2016-08-06 04:43:29 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-10 10:46:33 +0100 |
commit | 6f2fa0a0186e5bfb823ed033ba4a7fcfff2c7834 (patch) | |
tree | 3eee8665c28569ad6ae8daefd0db90536d1d6335 /scripts | |
parent | b30aeb3e32a6952b31d1e9086b7ab63e7d3d6954 (diff) | |
download | poky-6f2fa0a0186e5bfb823ed033ba4a7fcfff2c7834.tar.gz |
package: correct subprocess.Popen.communicate() return values
This is a non-functional change, which intends to correct element
names of a tuple returned by Popen.communicate().
Both in python2 and python3 subprocess.Popen.communicate() method
returns a tuple (stdoutdata, stderrdata), thus old assignments and
collateral comments are incorrect from human's point of view, however
formally there is no error in the code.
The change is desired to have to avoid copy-paste errors in future.
(From OE-Core rev: cdd9bae381deb15ac84e11a39f9d72f2757c1583)
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions