mirror of
https://github.com/clearml/clearml-server
synced 2025-03-03 10:43:10 +00:00
Fix task execution queue is not cleared on clone
This commit is contained in:
parent
6f3257fed3
commit
a8d90887e2
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user