Skip to content

Conversation

@theyoyojo
Copy link
Contributor

@theyoyojo theyoyojo commented Sep 17, 2025

Quick fix to bug where extra underscores in tag cause denis to choke.

e.g.:

a, b, c = "a_b_c_d".split('_') >>> fails

a, b, c = "a_b_c_d".split('_', 2) >>> a = 'a', b = 'b', c = 'c_d' as intended

Signed-off-by: Joel Savitz <joel@underground.software>
@theyoyojo
Copy link
Contributor Author

Submission CI: #287

Copy link
Contributor

@charliemirabile charliemirabile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@charliemirabile charliemirabile merged commit 8ae9360 into master Sep 17, 2025
1 check passed
@charliemirabile charliemirabile deleted the split_better branch September 17, 2025 13:29
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.

3 participants