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

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

parent 1fbfe79d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ for tag in tags:
            print("Couldn't work out which MR to use")
            exit(-1)
        if len(mrs) == 0:
            out_str += "No MR information in the Forge\n"
            out_str += "No MR information in the Forge.\n"
            continue

    mr = mrs[0]