Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1777 | children tasks to be uniq
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Mar 14, 2024
1 parent 8c07aab commit 7463c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/importers/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1108,4 +1108,5 @@ def queue_tasks(self, part_list, is_child):
self.groups.append(group_result)
self.tasks += group_result.results
self.task.children += list({task.task_id for task in self.tasks})
self.task.children = list(set(self.task.children))
self.task.save()

0 comments on commit 7463c1b

Please sign in to comment.