Compare commits
2 Commits
a7dfe6169a
...
f43f0a5ef6
Author | SHA1 | Date | |
---|---|---|---|
f43f0a5ef6 | |||
04ea10d2b3 |
|
@ -472,11 +472,10 @@ def solve_issue_in_repository(
|
|||
if not resolution.success:
|
||||
return resolution
|
||||
|
||||
# Disable evaluation if no evaluator model is specified
|
||||
# Verify whether this is a satisfactory solution (skip if no evaluator model)
|
||||
if not EVALUATOR_MODEL:
|
||||
logger.info('Skipping evaluation because no evaluator model specified')
|
||||
return resolution
|
||||
|
||||
# Verify whether this is a satisfactory solution
|
||||
if verify_solution(repository_path, issue_content):
|
||||
return resolution
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user