Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ticket #216: make Server class comparable
Fix "TypeError: '<' not supported between instances of 'Server' and 'Server'" class of error: File ".../Shine/Lustre/Component.py", line 424, in groupbyallservers sortlist = sorted(srvcomps, key=itemgetter(0)) TypeError: '<' not supported between instances of 'Server' and 'Server'
- Loading branch information