You are browsing as a guest. Sign up (or log in) to start making projects!

36m 53s logged

The ship came back with an error — I don’t have slack notifications and I found out weeks late! — and I scrambled to fix it.

Turns out there was a subtle f-string syntax nuance that python flags as an error in pre-3.12 versions, but is accepted in post-3.12 versions, and so my 3.14 venv accepted it, while maybe the shipwright’s didn’t. I fixed the formatting, but pushed min version up to 3.12 just to be safe (I feel like 3.12 is a very stable version, shouldn’t be too aggressive a version).

And then when I was testing I found out that multi-model flag inputs didn’t work for some reason! So I fixed that, which was surprisingly easy.

Then a few checks, updates, and pushes later, and I was done!

1
42

Comments 0

No comments yet. Be the first!