Skip to content

Commit

Permalink
Update google_sheets_grading_script.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylvian authored Apr 26, 2019
1 parent 2ac3318 commit 7c32716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_googlesheets_grading/google_sheets_grading_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def grade_students(self, spreadsheet_url=None):
curr_repo_path = 'student_repos/'+student_id
student_repo = Repo.init(curr_repo_path)
try:
origin = student_repo.create_remote('origin', 'https://retting.ii.uib.no/' + student_id + '/inf101.v19.sem1')
origin = student_repo.create_remote('origin', 'https://retting.ii.uib.no/' + student_id + '/inf101.v19.sem2')
#origin = student_repo.create_remote('origin', 'https://retting.ii.uib.no/'+ student_id +'/python-pushing-est') # Testing purposes

except git.exc.GitCommandError:
Expand Down

0 comments on commit 7c32716

Please sign in to comment.