mcbeet / beet

The Minecraft pack development kit.
https://mcbeet.dev
MIT License
140 stars 14 forks source link

fix: implicit string concat makes the regex bad #444

Closed edayot closed 4 months ago

edayot commented 4 months ago

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.

vberlier commented 4 months ago

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