Skip to content

Fix StringListJoin separator handling#52

Merged
StableLlama merged 1 commit into
StableLlama:mainfrom
Comahar:fix/string-list-join-sep
Jul 17, 2026
Merged

Fix StringListJoin separator handling#52
StableLlama merged 1 commit into
StableLlama:mainfrom
Comahar:fix/string-list-join-sep

Conversation

@Comahar

@Comahar Comahar commented Jul 16, 2026

Copy link
Copy Markdown
Contributor
  • Fix StringListJoin to use sep as a plain string (it does not set INPUT_IS_LIST)
  • Update tests to pass a string separator instead of a one-element list

Because sep was indexed with [0], multi-character separators in the UI were truncated to their first character (e.g. ", " became ",").

StringListJoin has no INPUT_IS_LIST, so sep is a plain string;
sep[0] was taking only the first character.
@StableLlama
StableLlama merged commit b7cba8f into StableLlama:main Jul 17, 2026
2 checks passed
@StableLlama

Copy link
Copy Markdown
Owner

Thank you for the catch and PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants