Correct syntax in log statements

This commit is contained in:
Daniel Roth 2026-03-02 14:54:33 +00:00
parent dccdb20338
commit ff045d97d2

View file

@ -58,9 +58,9 @@ async def trigger_categorisation(
num_property_batches: int = math.ceil(len(property_ids) / properties_per_batch)
logger.info("total_plans_to_update", total_plans_to_update)
logger.info("properties_per_batch", properties_per_batch)
logger.info("num_property_buckets", num_property_batches)
logger.info("total_plans_to_update: %s", total_plans_to_update)
logger.info("properties_per_batch: %s", properties_per_batch)
logger.info("num_property_batchess: %s", num_property_batches)
# Create task
task_id, _ = TasksInterface.create_task(