Fix is_task attribute in CustomComponentVertex
constructor
This commit is contained in:
parent
52338db3c5
commit
c14f95c100
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ class OutputParserVertex(Vertex):
|
|||
|
||||
class CustomComponentVertex(Vertex):
|
||||
def __init__(self, data: Dict, graph):
|
||||
super().__init__(data, graph=graph, base_type="custom_components", is_task=True)
|
||||
super().__init__(data, graph=graph, base_type="custom_components", is_task=False)
|
||||
|
||||
def _built_object_repr(self):
|
||||
if self.task_id and self.is_task:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue