mirror of
https://github.com/Rushilwiz/SkoolOS.git
synced 2025-04-20 12:20:18 -04:00
Hello
This commit is contained in:
parent
4ea39ae8de
commit
6d7d8d450f
|
@ -425,7 +425,7 @@ class Teacher:
|
||||||
student = getDB("http://127.0.0.1:8000/students/" + student)
|
student = getDB("http://127.0.0.1:8000/students/" + student)
|
||||||
command("git clone " + student['repo'])
|
command("git clone " + student['repo'])
|
||||||
os.chdir(cdir)
|
os.chdir(cdir)
|
||||||
shutil.copytree(path, cpath + "/" + student['ion_user'])
|
copy_tree(cpath, path + "/" + student['ion_user'])
|
||||||
command('git branch ' + classes)
|
command('git branch ' + classes)
|
||||||
command('git add .')
|
command('git add .')
|
||||||
command('git commit -m Hello')
|
command('git commit -m Hello')
|
||||||
|
|
1
Students/English11_eharris1/2022rkhondak
Submodule
1
Students/English11_eharris1/2022rkhondak
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6f2b3806471b68a47db1208cc6b8c5dc37191df8
|
Loading…
Reference in New Issue
Block a user