Skip to content

Use name as sort key to fix Python 3 TypeError#78

Merged
gpocentek merged 1 commit intopython-gitlab:masterfrom
cdbennett:fix_python3_sort_types
Dec 24, 2015
Merged

Use name as sort key to fix Python 3 TypeError#78
gpocentek merged 1 commit intopython-gitlab:masterfrom
cdbennett:fix_python3_sort_types

Conversation

@cdbennett
Copy link
Copy Markdown

Sort types explicitly by name to fix unorderable types TypeError in
Python 3.

The call to sort() on cli.py line 259 produced the error:

TypeError: unorderable types: type() < type()

Sort types explicitly by name to fix unorderable types TypeError in
Python 3.

The call to sort() on cli.py line 259 produced the error:

    TypeError: unorderable types: type() < type()
gpocentek pushed a commit that referenced this pull request Dec 24, 2015
Use name as sort key to fix Python 3 TypeError
@gpocentek gpocentek merged commit 6f1fd7e into python-gitlab:master Dec 24, 2015
@gpocentek
Copy link
Copy Markdown
Contributor

Thanks!

@cdbennett cdbennett deleted the fix_python3_sort_types branch December 30, 2015 18:15
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

Successfully merging this pull request may close these issues.

2 participants