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