diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-07-05 01:08:14 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-08 09:55:39 +0100 |
commit | 732001cb268683f5b56e251e2964ec5b694a2147 (patch) | |
tree | adeff3343e2752f1324dbc60dbc11b3bb5f3811e /meta/recipes-devtools/run-postinsts | |
parent | 875910451e1ce97d0c42b41b1140c8160ed1f40a (diff) | |
download | openembedded-core-732001cb268683f5b56e251e2964ec5b694a2147.tar.gz openembedded-core-732001cb268683f5b56e251e2964ec5b694a2147.tar.bz2 openembedded-core-732001cb268683f5b56e251e2964ec5b694a2147.zip |
devpyshell: python3: flush stdout explicitly
Opening text stream in unbuffered mode raises the following
exception In Python 3:
ValueError: can't have unbuffered text I/O
Fixed by leaving std* streams in text mode and flushing
stdout explicitly.
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/run-postinsts')
0 files changed, 0 insertions, 0 deletions