Compare commits
2 Commits
1124381adc
...
f43f0a5ef6
Author | SHA1 | Date | |
---|---|---|---|
f43f0a5ef6 | |||
04ea10d2b3 |
|
@ -472,11 +472,10 @@ def solve_issue_in_repository(
|
||||||
if not resolution.success:
|
if not resolution.success:
|
||||||
return resolution
|
return resolution
|
||||||
|
|
||||||
# Skip evaluation if no evaluator model is specified
|
# Verify whether this is a satisfactory solution (skip if no evaluator model)
|
||||||
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