Skip to content

fstringify fails to convert *many* % operators #10

Description

@edreamleo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions