codepod
codepod copied to clipboard
f-string throws name undefined
Is it a known issue? The f-string throws name undefined error.
Not known. Good catch. It's not handled in our parser, and we need to handle it.
I found a similar problem in the expression passed to eval()
function.
Nice catch, thanks! Let's get it fixed at some point.