Skip to content

metainfo_link_generator.py Error on line 72 #4

Description

@skywolker123

Hej,

I met problem with generating metainfo file:

Image

Issue is in line 72:
config2.set(section, option, f'"{variant_map[value.strip('"')]}"')

I edit it a little bit to make it work:

v=value.strip('"')
config2.set(section, option, '"'+f'{variant_map[v]}'+'"')

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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