Skip to content

__proxy__ found error if translated field supplied as "legend_by" #60

@durdenk

Description

@durdenk

lgby_titles = (':'.join(lgby_vname_list).title() for

This line causing "sequence item 0: expected str instance, proxy found" error if a translated field is found.```


        lgby_titles = []
        for lgby_vname_list in lgby_vname_lists:
            tmp_list = (str(vname).title() for vname in lgby_vname_list)
            lgby_titles.append(':'.join(tmp_list))

if wrote like above, no errors. Its identical, but this list yields proxy fields for translated fields if wrote as original.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions