Spaces:
Running
Running
Update run_agentic_pipeline.py
Browse files- run_agentic_pipeline.py +1 -1
run_agentic_pipeline.py
CHANGED
@@ -206,7 +206,7 @@ async def run_agentic_pipeline_autonomously(current_token_state_val, orchestrati
|
|
206 |
|
207 |
try:
|
208 |
save_report_results(org_urn=org_urn, report_markdown=report_str, quarter=quarter, year=year, report_type='Quarter')
|
209 |
-
except as e:
|
210 |
logging.error(f"error saving report {e}")
|
211 |
|
212 |
actionable_okrs = orchestration_output.get('actionable_okrs_and_tasks') # This is the dict containing 'okrs' list
|
|
|
206 |
|
207 |
try:
|
208 |
save_report_results(org_urn=org_urn, report_markdown=report_str, quarter=quarter, year=year, report_type='Quarter')
|
209 |
+
except Exception as e:
|
210 |
logging.error(f"error saving report {e}")
|
211 |
|
212 |
actionable_okrs = orchestration_output.get('actionable_okrs_and_tasks') # This is the dict containing 'okrs' list
|