Fix go vet errors
This commit is contained in:
parent
b0129e5239
commit
e84b1d67cb
8 changed files with 16 additions and 12 deletions
|
|
@ -261,7 +261,7 @@ func BuildExercice(i Importer, theme *fic.Theme, epath string, dmap *map[int64]*
|
|||
|
||||
if !resolutionFound {
|
||||
if LogMissingResolution {
|
||||
log.Printf("%q: no resolution video or text file found in %s", edir, epath, epath)
|
||||
log.Printf("%q: no resolution video or text file found in %s", edir, epath)
|
||||
} else {
|
||||
errs = append(errs, fmt.Errorf("no resolution video or text file found in %s", epath))
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue