X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fspecification_parser.py;h=0199796abdf6f9cba555b41829963be3080a6a21;hp=37b26eb0d59f86db38da4cacd4002dcd95f7f370;hb=aec0a24a1a2bfb677a3cda5865e4b9c8e2011b68;hpb=a8ac75302d82a69667611ba1c2e654cf545eb277 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)}" )