repochecker: fix numerous general issues with exception inheritance

This commit is contained in:
nemunaire 2022-11-03 17:49:06 +01:00
parent 057ce22fb9
commit f9e9bfcb75
4 changed files with 15 additions and 4 deletions

View file

@ -113,6 +113,8 @@ func checkExercice(theme *fic.Theme, edir string, dmap *map[int64]*fic.Exercice,
errs = append(errs, berrs...)
if e != nil {
exceptions = exceptions.GetExerciceExceptions(e)
// Files
var files []string
var cerrs []error