sync: Handle repochecker-ack.txt in exercice directory

This commit is contained in:
nemunaire 2023-06-14 17:24:15 +02:00
commit f366d6b8c1
4 changed files with 28 additions and 13 deletions

View file

@ -110,7 +110,7 @@ func BuildTheme(i Importer, tdir string) (th *fic.Theme, exceptions *CheckExcept
th.Path = tdir
// Get exceptions
exceptions = LoadException(i, th)
exceptions = LoadThemeException(i, th)
// Overwrite language
if language, err := GetFileContent(i, path.Join(tdir, "language.txt")); err == nil {