Archived
1
0
Fork 0

New process: get_csv to get grades

This commit is contained in:
Mercier Pierre-Olivier 2013-10-02 18:26:01 +02:00
parent ed690a4c2d
commit 8eb6b143a1
3 changed files with 95 additions and 1 deletions

View file

@ -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();