PAL: Dislpay job name in err msg 61/28961/2
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:15 +0000 (04:31 +0000)
Change-Id: Id7509bd11ac32cc3f72e71c8826ccacdf1fe95a0
Signed-off-by: Tibor Frank <tifrank@cisco.com>
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)}"
             )