Commit 1fbfe79d authored by Mark Canterbury's avatar Mark Canterbury
Browse files

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

parent ad74a784
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -33,7 +33,7 @@ for tag in tags:
    commit = project.commits.get(tag.commit['id'])
    commit = project.commits.get(tag.commit['id'])
    mrs = commit.merge_requests()
    mrs = commit.merge_requests()
    if len(mrs) == 0:
    if len(mrs) == 0:
        out_str += "No CR information in the Forge\n"
        out_str += "No CR information in the Forge.\n"
        continue
        continue


    if len(mrs) > 1:
    if len(mrs) > 1: