sync: Handle repochecker-ack.txt in exercice directory
This commit is contained in:
parent
c06d667088
commit
f366d6b8c1
4 changed files with 28 additions and 13 deletions
|
@ -105,8 +105,8 @@ func BuildExercice(i Importer, theme *fic.Theme, epath string, dmap *map[int64]*
|
|||
return nil, p, eid, edir, errs
|
||||
}
|
||||
|
||||
// Limit exceptions to this exercice
|
||||
exceptions = exceptions.GetExerciceExceptions(e)
|
||||
// Get exceptions
|
||||
exceptions = LoadExerciceException(i, theme, e, exceptions)
|
||||
//log.Printf("Kept repochecker exceptions for this exercice: %v", exceptions)
|
||||
|
||||
e.Language = theme.Language
|
||||
|
|
Reference in a new issue