You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2018. It is now read-only.
I previously added a student, BadStudent, via my students file, but now I want to remove them. I already attempted just removing BadStudent from the students file and deleting the Team containing BadStudent from my Organization.
Whenever I attempt teachers_pet create_student_teams or teachers_pet create_repos, the program first attempts to load my students with the message:
I think I figured this out. It appears that I spoke incorrectly before in that create_student_teams will reset the student set to reflect the state of the current students file.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I previously added a student, BadStudent, via my
students
file, but now I want to remove them. I already attempted just removing BadStudent from thestudents
file and deleting the Team containing BadStudent from my Organization.Whenever I attempt
teachers_pet create_student_teams
orteachers_pet create_repos
, the program first attempts to load my students with the message:And then attempts to perform actions applying to the above set of students.
Is it possible to remove the BadStudent from the above set of students?
The text was updated successfully, but these errors were encountered: