GuglielmoTor commited on
Commit
b641130
·
verified ·
1 Parent(s): 0c45dc7

Update ui/insights_ui_generator.py

Browse files
Files changed (1) hide show
  1. ui/insights_ui_generator.py +1 -0
ui/insights_ui_generator.py CHANGED
@@ -160,6 +160,7 @@ def format_single_okr_for_display(
160
  continue
161
 
162
  task_desc = task_data.get('task_description') or task_data.get('description') or f"Task {task_idx+1} (No description)"
 
163
  task_cat = task_data.get('task_category') or task_data.get('category') or 'N/A'
164
  task_effort = task_data.get('effort', 'N/A')
165
  task_timeline = task_data.get('timeline', 'N/A')
 
160
  continue
161
 
162
  task_desc = task_data.get('task_description') or task_data.get('description') or f"Task {task_idx+1} (No description)"
163
+ logger.info(f"task data desccr {task_desc}")
164
  task_cat = task_data.get('task_category') or task_data.get('category') or 'N/A'
165
  task_effort = task_data.get('effort', 'N/A')
166
  task_timeline = task_data.get('timeline', 'N/A')