fix: python code and Laura's container mismatch

This commit is contained in:
2025-05-01 01:45:40 -03:00
parent df6fbbff71
commit da62b2283e
3 changed files with 12 additions and 8 deletions

View File

@ -34,8 +34,7 @@ def audit_repo(pr_url):
# Run workflow and get result
result = repo_summerizer_audit_workflow.run()
recommendation = result["data"]["recommendation"]
return recommendation
return result
except Exception as e:
logger.error(f"PR review failed: {str(e)}")
raise Exception("PR review failed")