New process: get_csv to get grades
This commit is contained in:
parent
ed690a4c2d
commit
8eb6b143a1
3 changed files with 95 additions and 1 deletions
|
@ -30,7 +30,7 @@ sub process
|
|||
if (! -d "$basedir/$year/$project_id")
|
||||
{
|
||||
log ERROR, "Unable to find $project_id in $year";
|
||||
return "Unable to find $project_id in $year";
|
||||
return "Unable to find $project_id in $year\n";
|
||||
}
|
||||
|
||||
my $grade = Grading->new();
|
||||
|
|
Reference in a new issue