Update nodes.py

This commit is contained in:
kijai 2025-11-22 17:46:28 +02:00
parent 7aafce8578
commit 246920d8b9

View File

@ -674,7 +674,7 @@ Converts any type to a string.
elif isinstance(input, list):
stringified = ', '.join(str(item) for item in input)
else:
return
return input,
if prefix: # Check if prefix is not empty
stringified = prefix + stringified # Add the prefix
if suffix: # Check if suffix is not empty