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

fix: implicit string concat makes the regex bad #444

Closed
wants to merge 1 commit into from

Conversation

edayot
Copy link
Contributor

@edayot edayot commented Jul 24, 2024

I had 50% failure on build, with a KeyError on the beet.contrig.vanilla plugin, this was due to the runtime order of the set :

{key, key.removesuffix(".*")}

Then I found this regex that used implicit string concatenation, I think I fixed it the right way.

@edayot edayot marked this pull request as ready for review July 24, 2024 10:32
@vberlier
Copy link
Member

Ah, you're right this is a typo, fixed it in v0.108.2.

@vberlier vberlier closed this Jul 24, 2024
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