ttp2542 / GradingScripts

This repository contains the Python scripts used for grading in the SWEN-123 class at RIT.
4 stars 7 forks source link

Added option for username specific clone. #3

Closed jaiwargacki closed 4 years ago

jaiwargacki commented 4 years ago

Hi Trey,

So I made it so when you run cloneRepositories.py you can provide an optional argument of a text file address containing the student's usernames (one per line). If the argument is provided it will clone just the repos of those usernames, but if no argument is provided it will function exactly as it did before.

Let me know if there is more I can do.

jaiwargacki commented 4 years ago

I made the changes you requested in my most recent commit.