Open neubig opened 2 hours ago
When I have an issue title like
Resolver workflow fails on PRs with ERROR:root:<class 'ValueError'>: Issue XXX not found
If the resolver sends a PR it ends up with many quotes '"'"' like
'"'"'
Fix issue #259: 'Resolver workflow fails on PRs with ERROR:root:<class '"'"'ValueError'"'"'>: Issue XXX not found'
It would be good if this did not happen. We can first write a test to reproduce the error, and then fix it.
OpenHands started fixing the issue! You can monitor the progress here.
A potential fix has been generated and a draft PR #263 has been created. Please review the changes.
When I have an issue title like
If the resolver sends a PR it ends up with many quotes
'"'"'
likeIt would be good if this did not happen. We can first write a test to reproduce the error, and then fix it.