Skip to content
Snippets Groups Projects
Commit 3cd3f281 authored by dam1n19's avatar dam1n19
Browse files

Added checkout debug statement

parent 3b989540
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ def read_branchfile(branchfile):
return sub_repos
def repo_checkout(directory, branch):
print(f"Checking out {directory} to branch {branch}")
os.system(f"cd {directory}; git checkout {branch}")
if __name__ == "__main__":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment