Loading robot2doc/create_sols.py +2 −1 Original line number Diff line number Diff line Loading @@ -215,7 +215,8 @@ if __name__ == "__main__": if COMMIT_ID == "local": (REF, REF_TYPE, BRANCH) = get_git_reference(ROOT) if REF is None: if (REF is None) or (BRANCH is None): print("INFO: Generating SOL tests NOT applicable for this branch") sys.exit(-1) COMMIT_ID = REF print("Using git ref: {} ({}) on branch {}".format(COMMIT_ID, REF_TYPE, BRANCH)) Loading Loading
robot2doc/create_sols.py +2 −1 Original line number Diff line number Diff line Loading @@ -215,7 +215,8 @@ if __name__ == "__main__": if COMMIT_ID == "local": (REF, REF_TYPE, BRANCH) = get_git_reference(ROOT) if REF is None: if (REF is None) or (BRANCH is None): print("INFO: Generating SOL tests NOT applicable for this branch") sys.exit(-1) COMMIT_ID = REF print("Using git ref: {} ({}) on branch {}".format(COMMIT_ID, REF_TYPE, BRANCH)) Loading