Compare commits
2 Commits
f265f91be2
...
a30b138a6b
Author | SHA1 | Date | |
---|---|---|---|
a30b138a6b | |||
76908a4cb7 |
|
@ -472,9 +472,8 @@ def solve_issue_in_repository(
|
||||||
if not resolution.success:
|
if not resolution.success:
|
||||||
return resolution
|
return resolution
|
||||||
|
|
||||||
# Disable evaluation if no evaluator model is specified
|
# Skip evaluation if no evaluator model is specified
|
||||||
if not EVALUATOR_MODEL:
|
if not EVALUATOR_MODEL:
|
||||||
# No evaluator model specified, skip evaluation
|
|
||||||
return resolution
|
return resolution
|
||||||
|
|
||||||
# Verify whether this is a satisfactory solution
|
# Verify whether this is a satisfactory solution
|
||||||
|
|
Loading…
Reference in New Issue
Block a user