aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-09-21 06:30:08 +0200
committerTibor Frank <tifrank@cisco.com>2020-09-21 04:31:42 +0000
commitf34ece10487d331407621c758dc6fb303f5bd8e6 (patch)
tree89fd42a7f18395e0cc5bf948ea4248789553705f /resources
parenta9226a7f4929be07bbd21633de2413e2770fedbb (diff)
PAL: Dislpay job name in err msg
Change-Id: Id7509bd11ac32cc3f72e71c8826ccacdf1fe95a0 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit aec0a24a1a2bfb677a3cda5865e4b9c8e2011b68)
Diffstat (limited to 'resources')
-rw-r--r--resources/tools/presentation/specification_parser.py2
1 files changed, 1 insertions, 1 deletions
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)}"
)