Skip to content

Commit 14b5207

Browse files
committed
Fix typo in RETURN_NAMES variable
2 parents 2a346b2 + 41529c9 commit 14b5207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mikey_nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ def INPUT_TYPES(s):
635635
"gamma_correction": (['True','False'],)}}
636636

637637
RETURN_TYPES = ('IMAGE',)
638-
RETURN_NAMES = ('image,')
638+
RETURN_NAMES = ('image',)
639639
FUNCTION = 'apply_haldclut'
640640
CATEGORY = 'Mikey/Image'
641641
OUTPUT_NODE = True

0 commit comments

Comments
 (0)