Skip to content
Snippets Groups Projects
Commit 8619cb1e authored by Andréas Livet's avatar Andréas Livet
Browse files

processing status : add fake details

parent 2b379c2e
No related branches found
No related tags found
No related merge requests found
......@@ -210,6 +210,7 @@ def update_processing_status(session: SessionDep, current_user: CurrentUser, id:
ProcessingStatus.started,
]
new_status = ProcessingStatus(possible_status[randrange(len(possible_status))])
details = "Status details"
elif celery_app is None: # only for mypy
raise ValueError("Should never happen")
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment