PAL: Dislpay job name in err msg 26/28926/1
authorTibor Frank <tifrank@cisco.com>
Mon, 21 Sep 2020 04:30:08 +0000 (06:30 +0200)
committerTibor Frank <tifrank@cisco.com>
Mon, 21 Sep 2020 04:31:42 +0000 (04:31 +0000)
Change-Id: Id7509bd11ac32cc3f72e71c8826ccacdf1fe95a0
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit aec0a24a1a2bfb677a3cda5865e4b9c8e2011b68)

resources/tools/presentation/specification_parser.py

index 37b26eb..0199796 100644 (file)
@@ -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)}"
             )