Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
durdenk opened this issue Aug 16, 2018 · 0 comments
Open

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

durdenk opened this issue Aug 16, 2018 · 0 comments

Comments

@durdenk
Copy link

durdenk commented Aug 16, 2018

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.

@durdenk durdenk changed the title __proxy__ found error if translted field supplied as "legend_by" __proxy__ found error if translated field supplied as "legend_by" Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant