Spaces:
Running
Running
Update github_repo_analyzer.py
Browse files- github_repo_analyzer.py +1 -1
github_repo_analyzer.py
CHANGED
@@ -609,5 +609,5 @@ def generate_report(repo_info, code_analysis, issues_analysis, pr_analysis, fina
|
|
609 |
report += "No structured pull requests analysis available.\n"
|
610 |
|
611 |
report += f"\n## Synthesis and Recommendations\n{final_analysis}\n"
|
612 |
-
|
613 |
return report
|
|
|
609 |
report += "No structured pull requests analysis available.\n"
|
610 |
|
611 |
report += f"\n## Synthesis and Recommendations\n{final_analysis}\n"
|
612 |
+
print(report)
|
613 |
return report
|