Sync branch magefile with main #104308
@ -38,7 +38,7 @@ func findBlender() {
|
|||||||
result, err := find_blender.Find(ctx)
|
result, err := find_blender.Find(ctx)
|
||||||
switch {
|
switch {
|
||||||
case errors.Is(err, fs.ErrNotExist), errors.Is(err, exec.ErrNotFound):
|
case errors.Is(err, fs.ErrNotExist), errors.Is(err, exec.ErrNotFound):
|
||||||
log.Warn().Msg("Blender could not be found. " + helpMsg)
|
log.Info().Msg("Blender could not be found. " + helpMsg)
|
||||||
case err != nil:
|
case err != nil:
|
||||||
log.Warn().AnErr("cause", err).Msg("There was an error finding Blender on this system. " + helpMsg)
|
log.Warn().AnErr("cause", err).Msg("There was an error finding Blender on this system. " + helpMsg)
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user