Skip to content
Snippets Groups Projects
Commit 99346cc2 authored by Victor Dosda's avatar Victor Dosda
Browse files

refactoring

parent 34fb78c7
No related branches found
No related tags found
1 merge request!240Deletion of bulk data
Pipeline #69723 failed
......@@ -108,6 +108,6 @@ async def delete_record(
def task_done(future_result):
if future_result.exception():
get_ctx().logger.exception(
f"Exception on bulk versions deletion: {str(future_result.exception())}")
f"Exception on bulk versions deletion: {future_result.exception().detail}")
delete_result.add_done_callback(task_done)
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