Update LN_string.py

This commit is contained in:
knowledgenude 2020-11-21 14:37:51 -03:00 committed by GitHub
parent ce629455ad
commit b699dfb0d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,4 +10,4 @@ class StringNode(ArmLogicTreeNode):
super(StringNode, self).init(context)
self.add_input('NodeSocketString', 'String In')
self.add_output('NodeSocketString', 'String Out', is_var=1)
self.add_output('NodeSocketString', 'String Out', is_var=True)