Closed kwloafman closed 1 year ago
Hey, thanks for the bug report. Can you also give me flynt version with flynt --version
? it's installed with pip install
?
p.s. one more request - could you try the latest version with pip install https://github.com/ikamensh/flynt/archive/refs/heads/master.zip
and tell me if the bug persists?
Version was 0.78 via pip3. Thanks for the quick fix!
Running on macOS 12.6.7 and using python 3.11.
When running
flynt -v -a -ll 999 .
I get a lot of tracebacks like this:I have a lot of ' % ' strings to convert to f-string and they are multiline. None of these get converted.