Skip to content
Snippets Groups Projects
Commit da6d3f2f authored by Erik Reid's avatar Erik Reid
Browse files

removed debugging uuid from task description

parent bdd58902
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,6 @@ def load_task_log():
if 'task-received' in task:
event = task['task-received'][0]
description = f'{event["name"]}{event["args"]}'
description += f':{event["uuid"]}'
if 'task-failed' in task:
if not description:
......
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