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

Ticket #216: Don't sort None value #220

Merged
merged 1 commit into from
Jul 25, 2024
Merged

Conversation

degremont
Copy link
Collaborator

In Shine.CLI.Display, instead of returning None when sorting without sorting parameter, just don't sort at all. Avoid trying to sort and compare None value with is no more sortable.

In Shine.CLI.Display, instead of returning None when sorting
without sorting parameter, just don't sort at all.
Avoid trying to sort and compare None value with is no more
sortable.
@degremont degremont requested a review from cedeyn July 24, 2024 20:33
@degremont
Copy link
Collaborator Author

Testing a PR.
This commits fixes 2 errors, but add 1 more failures (which is still better)

@degremont degremont merged commit e3e5be4 into cea-hpc:master Jul 25, 2024
1 check failed
@degremont degremont deleted the none_sort branch July 25, 2024 19: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.

1 participant