Set a default ID on eval without id
This commit is contained in:
parent
5b1382fc71
commit
c6352b8897
2 changed files with 2 additions and 2 deletions
|
|
@ -105,7 +105,7 @@ sub grades_generate
|
|||
log DEBUG, "Generating grades for $login";
|
||||
for my $dir (@trace_dirs)
|
||||
{
|
||||
log DEBUG, "Fetching identifiers from $dir";
|
||||
log DEBUG, "Will fetch identifiers from $dir";
|
||||
|
||||
# Looking for a group traces first
|
||||
for my $grp (@{ $groups->{groups} })
|
||||
|
|
|
|||
Reference in a new issue