mirror of
https://github.com/justUmen/Bjornulf_custom_nodes.git
synced 2026-03-24 22:12:16 -03:00
0.77
This commit is contained in:
@@ -9,6 +9,6 @@ class TextToVariable:
|
||||
CATEGORY = "Custom"
|
||||
|
||||
def process(self, variable_name, text_value):
|
||||
text_value = text_value.replace("\n", ";")
|
||||
text_value = text_value.replace("\n", "")
|
||||
output_string = f"{variable_name} = {text_value}"
|
||||
return (output_string,)
|
||||
Reference in New Issue
Block a user