Commit bbdb7859 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 4d5c7ebb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,8 +28,8 @@ for tag in tags:
    out_str += f"# TS {spec} v{tag.name.split('/')[2]}\n"
    out_str += f"{tag.message}, tagged as [{tag.name}]({root_url}li/schemas-definitions/-/tree/{tag.name}/{spec.replace(" ","")}?ref_type=tags)"
    if spec_version is not None and spec_version.pdfLink is not None and spec_version.pdfLink != "":
        out_str += f" and available [from the ETSI portal as a PDF]({spec_version.pdfLink.replace("\\","/")}).\n"
    out_str += "  \n  \n"
        out_str += f" and available [from the ETSI portal as a PDF]({spec_version.pdfLink.replace("\\","/")})\n"
    out_str += ".  \n  \n"
    commit = project.commits.get(tag.commit['id'])
    mrs = commit.merge_requests()
    if len(mrs) == 0: