Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nonstring marker handling #36

Merged
merged 3 commits into from
Jun 6, 2024

Conversation

cadaniel02
Copy link
Contributor

Dahlia(marker=[1]) currently raises TypeError: can only concatenate list (not "str") to list.

changed to TypeError: the marker has to be a string

added test to test nonstring values

trag1c
trag1c previously approved these changes Jun 6, 2024
Copy link
Member

@trag1c trag1c left a comment

Choose a reason for hiding this comment

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

Thank you!

@trag1c trag1c merged commit 0410b88 into dahlia-lib:master Jun 6, 2024
10 checks passed
@trag1c trag1c linked an issue Jun 6, 2024 that may be closed by this pull request
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.

Add a nicer error message for non-str markers
2 participants