Skip to content
Snippets Groups Projects
Commit bfd5fcc1 authored by Christopher Bohn's avatar Christopher Bohn :thinking:
Browse files

minor update to prep_assignment for GUI prototyping assignment

parent 7fd81a58
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ def create_groups(assignment_number, student_pairs):
if __name__ == '__main__':
assignment = 10
assignment = 21
pairs = create_pairs('2019-08.csv')
save_pairs(assignment, pairs)
print('Pairs created')
......@@ -85,8 +85,4 @@ if __name__ == '__main__':
print('TODO:\tAdd issues')
print('\tCommit starter code')
"""
BALLS! I forgot to update the graylists
I also forgot newlines in the cloning script - fixed code, need to fix script
"""
print('\tUpdate graylists (also, please update the code to update the graylists)')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment