Commit d86cb9fa authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Minor fix

parent 3efd15de
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -224,7 +224,7 @@ if __name__ == "__main__":

    if BRANCH =~ 3.*$ :
        sol_specs = ["SOL002", "SOL003", "SOL005", "SOL009", "SOL011", "SOL012"]
    else if (BRANCH =~ 2.*$ || BRANCH == "master") :
    elif (BRANCH =~ 2.*$ || BRANCH == "master") :
        sol_specs = ["SOL002", "SOL003", "SOL005"]
    else 
        print("Could not determine branch")