Loading robot2doc/create_sols.py +1 −1 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ if __name__ == "__main__": if REF is None: sys.exit(-1) COMMIT_ID = REF print("Using git ref: {} ({})".format(COMMIT_ID, REF_TYPE, BRANCH)) print("Using git ref: {} ({}) on branch {}".format(COMMIT_ID, REF_TYPE, BRANCH)) print("Generating entire SOL tests") Loading Loading
robot2doc/create_sols.py +1 −1 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ if __name__ == "__main__": if REF is None: sys.exit(-1) COMMIT_ID = REF print("Using git ref: {} ({})".format(COMMIT_ID, REF_TYPE, BRANCH)) print("Using git ref: {} ({}) on branch {}".format(COMMIT_ID, REF_TYPE, BRANCH)) print("Generating entire SOL tests") Loading