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

TypeError: '<' not supported between instances of 'dict' and 'dict' #21

Open
bogi788 opened this issue Jun 4, 2019 · 0 comments
Open

Comments

@bogi788
Copy link

bogi788 commented Jun 4, 2019

In Plone 5.2 under Python 3 i'm getting

Module plone.app.workflow.browser.sharing, line 282, in existing_role_settings
TypeError: '<' not supported between instances of 'dict' and 'dict'

when opening the sharing view.

I didn't see this error before the migration to Python 2, and indeed {} < {} returns False in Python 2, but raises an error in Python 3.

The list that would have been sorted in that does have a dict as last element.

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