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
|
|
@ -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 {
|
||||
|
|
|
|||
Reference in a new issue