Loading robot2doc/create_sols.py +1 −1 Original line number Diff line number Diff line Loading @@ -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") Loading Loading
robot2doc/create_sols.py +1 −1 Original line number Diff line number Diff line Loading @@ -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") Loading