Skip to content

Commit 2ec1750

Browse files
committed
Remove confusing log, because "symflower fix" is always applied
This change was missed during #354. Closes #442
1 parent 8103a0d commit 2ec1750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evaluate/task/symflower.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func symflowerTemplate(logger *log.Logger, repositoryPath string, language langu
5959
// ExecuteWithSymflowerFix runs the "symflower fix" command and calculates the new assessments.
6060
func ExecuteWithSymflowerFix(ctx evaltask.Context, logger *log.Logger, packagePath string) (testResult *language.TestResult, processingTime uint64, problems []error, err error) {
6161
// Run "symflower fix" if the model response fails to execute.
62-
logger.Info("model response alone failed execution, attempting to fix with \"symflower fix\"")
62+
logger.Info("executing \"symflower fix\"")
6363

6464
duration, err := symflowerFix(logger, packagePath, ctx.Language)
6565
if err != nil {

0 commit comments

Comments
 (0)