repochecker: fix numerous general issues with exception inheritance
This commit is contained in:
parent
057ce22fb9
commit
f9e9bfcb75
4 changed files with 15 additions and 4 deletions
|
@ -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
|
||||
|
|
Reference in a new issue