aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/specification_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/presentation/specification_parser.py')
-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)}"
)