Being able to use RunPythonScript saves so much time when you’re developing and testing code. It makes it feel closer to AutoLISP. The challenge however is passing a string into a Def’s argument. But I got it working!
Thought I’d post about the f-strings because it caught me off guard. The error message was correct but I couldn’t connect the dots (scripts were running just fine). Maybe this means there’s more Python 3 stuff that RunPythonScript won’t like? If it’s just f-strings however, that’s pretty easy to steer around.
Thanks for the heads up. But it’s the weekend and my brain is sleepy and I’m not getting it. Any chance of a short code snippet to illustrate how you are using an f-string that doesn’t work with RunPythonScript?