Skip to content

f-string missing in copy_lib #12

@rwhite-lightbox

Description

@rwhite-lightbox

The second string in copy_lib needs to be an f-string:
line 104: print(f" {lib_name} (local)" if use_local else " {lib_name} (bundle)")
line 104: print(f" {lib_name} (local)" if use_local else f" {lib_name} (bundle)")

I'm unable to create a new branch otherwise I'd submit a pull request.

I checked the rest of the code's f-strings and didn't see anything else missing.

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