Closed degremont closed 3 months ago
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.
Testing a PR. This commits fixes 2 errors, but add 1 more failures (which is still better)
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.