fstringify icon indicating copy to clipboard operation
fstringify copied to clipboard

%r are ignored

Open Bobronium opened this issue 4 years ago • 2 comments

example.py:

a = "I'm raw %r" % 'string'

After running fstringify on such file it won't be changed.

Possibly there are another incompatibility with formatting, but did not check any

Bobronium avatar Dec 23 '19 09:12 Bobronium