From aec0a24a1a2bfb677a3cda5865e4b9c8e2011b68 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 21 Sep 2020 06:30:08 +0200 Subject: [PATCH] PAL: Dislpay job name in err msg Change-Id: Id7509bd11ac32cc3f72e71c8826ccacdf1fe95a0 Signed-off-by: Tibor Frank --- resources/tools/presentation/specification_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/tools/presentation/specification_parser.py b/resources/tools/presentation/specification_parser.py index 37b26eb0d5..0199796abd 100644 --- a/resources/tools/presentation/specification_parser.py +++ b/resources/tools/presentation/specification_parser.py @@ -314,7 +314,7 @@ class Specification: return build_nr except ValueError as err: raise PresentationError( - f"Not possible to get the number of the build number. Reason:\n" + f"Not possible to get the build number of {job}. Reason:\n" f"{repr(err)}" ) -- 2.16.6