Skip to content
Snippets Groups Projects
Commit 55078718 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-189: fixed logging

parent 228d3fe0
No related branches found
No related tags found
1 merge request!182Resolve TMSS-189 (and TMSS-192)
......@@ -122,7 +122,7 @@ def create_task_blueprint_from_task_draft(task_draft: models.TaskDraft) -> model
specifications_template=task_draft.specifications_template
)
logger.info("Task Blueprint (id=%s) created from Task Draft (id=%s) created task_blueprint id=%s", task_blueprint.pk, task_draft.pk)
logger.info("Task Blueprint (id=%s) created from Task Draft (id=%s)", task_blueprint.pk, task_draft.pk)
# now that we have a task_blueprint, its time to refresh the task_draft so we get the non-cached fields
task_draft.refresh_from_db()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment