cea-hpc / shine

Lustre administration tool
GNU General Public License v2.0
22 stars 9 forks source link

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

Closed degremont closed 3 months ago

degremont commented 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.

degremont commented 3 months ago

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