[U-Boot] [PATCH 3/9] patman: Make exception handling python 3.x safe
Simon Glass
sjg at chromium.org
Tue Sep 27 02:32:46 CEST 2016
On 26 September 2016 at 08:30, Paul Burton <paul.burton at imgtec.com> wrote:
> Syntax for exception handling is a little more strict in python 3.x.
> Convert all uses to a form accepted by both python 2.x & python 3.x.
>
> Signed-off-by: Paul Burton <paul.burton at imgtec.com>
> ---
>
> tools/patman/command.py | 2 +-
> tools/patman/cros_subprocess.py | 2 +-
> tools/patman/gitutil.py | 12 ++++++------
> 3 files changed, 8 insertions(+), 8 deletions(-)
Acked-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list