ttp2542 / GradingScripts

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

Sometimes a repo is not downloaded #15

Open pn2075 opened 2 years ago

pn2075 commented 2 years ago

Not download the repo of student even when they existed.

jym2584 commented 2 years ago

@pn2075 are you able to re-create this issue so I can test it out on my end? Please let me know specifically the date, time and repo name.

NeonixRIT commented 1 year ago

This should ONLY occur when repo failed to clone usually because the student has a file name with special characters in it which your OS doesn’t allow.

Could also happen if repo gets deleted if a rollback fails but I don’t think that is something the scripts do atm.

Can also happen is entry in CSV file isn’t correct.

First and Second cases should’ve been output to the log and the terminal window.