I have converted many % operators using fstringify, yet over 600 other instances remain unconverted.
I wonder whether this issue may be related to #13.
For example, leoBridgeTest.py contains:
if __name__ == '__main__':
print('leoBridgeTest.py: argv: %s' % repr(sys.argv))
main()
yet fstringify does nothing:
(f-test) c:\leo.repo\leo-editor\leo\core>fstringify leoBridgeTest.py --verbose
fstringifying c:\leo.repo\leo-editor\leo\core\leoBridgeTest.py...no
fstringified 0 files in 0.0s
I have no idea why this is happening. Any help would be appreciated.
I have converted many % operators using fstringify, yet over 600 other instances remain unconverted.
I wonder whether this issue may be related to #13.
For example, leoBridgeTest.py contains:
yet fstringify does nothing:
I have no idea why this is happening. Any help would be appreciated.