Skip to content

Commit 0b78859

Browse files
committed
Make MatchType's output default displayname "MATCHTYPE"
1 parent a2a22ce commit 0b78859

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)