Skip to content

repack in python removes f-string #1618

Open
@MartinRykfors

Description

@MartinRykfors

Input

f'air {bat}'

quad repack air results in

"air {bat}"

But I would expect

f"air {bat}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinglang-pythonIssues related to Python programming language support

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions