Skip to content

Commit ebb466d

Browse files
committed
Merge branch 'v3-improvements' of https://github.com/comfyanonymous/ComfyUI into v3-improvements
2 parents e2bc630 + 0b78859 commit ebb466d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy_api/latest/_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ def as_dict(self):
858858
})
859859

860860
class Output(Output):
861-
def __init__(self, template: MatchType.Template, id: str=None, display_name: str=None, tooltip: str=None,
861+
def __init__(self, template: MatchType.Template, id: str=None, display_name: str="MATCHTYPE", tooltip: str=None,
862862
is_output_list=False):
863863
super().__init__(id, display_name, tooltip, is_output_list)
864864
self.template = template

0 commit comments

Comments
 (0)