We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89adf22 commit 33cfc99Copy full SHA for 33cfc99
osa_tool/run.py
@@ -222,7 +222,9 @@ def main():
222
223
if plan.get("report"):
224
try:
225
- report_generator = WhatHasBeenDoneReportGenerator(config_manager, plan.list_for_report, git_agent.metadata)
+ report_generator = WhatHasBeenDoneReportGenerator(
226
+ config_manager, plan.list_for_report, git_agent.metadata
227
+ )
228
report_generator.build_pdf()
229
if create_fork and os.path.exists(report_generator.output_path):
230
git_agent.upload_report(report_generator.filename, report_generator.output_path)
0 commit comments