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.startswith("3"): sol_specs = ["SOL002", "SOL003", "SOL005", "SOL009", "SOL011", "SOL012"] elif (BRANCH.startswith("2") || BRANCH == "master") : elif (BRANCH.startswith("2")) or (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.startswith("3"): sol_specs = ["SOL002", "SOL003", "SOL005", "SOL009", "SOL011", "SOL012"] elif (BRANCH.startswith("2") || BRANCH == "master") : elif (BRANCH.startswith("2")) or (BRANCH == "master") : sol_specs = ["SOL002", "SOL003", "SOL005"] else: print("Could not determine branch") Loading