Fix task execution queue is not cleared on clone

This commit is contained in:
allegroai 2021-01-05 20:07:04 +02:00
parent 6f3257fed3
commit a8d90887e2

View File

@ -218,6 +218,7 @@ class TaskBLL:
for k, a in artifacts.items() for k, a in artifacts.items()
if a.get("mode") != ArtifactModes.output if a.get("mode") != ArtifactModes.output
} }
execution_dict.pop("queue", None)
new_project_data = None new_project_data = None
if not project and new_project_name: if not project and new_project_name: