Closed edayot closed 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.
Ah, you're right this is a typo, fixed it in v0.108.2.
v0.108.2
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 :
Then I found this regex that used implicit string concatenation, I think I fixed it the right way.