diff --git a/CLI/t-git.py b/CLI/t-git.py index 0f4cf0d..4d6a821 100644 --- a/CLI/t-git.py +++ b/CLI/t-git.py @@ -425,7 +425,7 @@ class Teacher: student = getDB("http://127.0.0.1:8000/students/" + student) command("git clone " + student['repo']) os.chdir(cdir) - shutil.copytree(path, cpath + "/" + student['ion_user']) + copy_tree(cpath, path + "/" + student['ion_user']) command('git branch ' + classes) command('git add .') command('git commit -m Hello') diff --git a/Students/English11_eharris1/2022rkhondak b/Students/English11_eharris1/2022rkhondak new file mode 160000 index 0000000..6f2b380 --- /dev/null +++ b/Students/English11_eharris1/2022rkhondak @@ -0,0 +1 @@ +Subproject commit 6f2b3806471b68a47db1208cc6b8c5dc37191df8