ome / scc

OME tools for managing the Git(Hub) workflow
https://pypi.org/project/scc/
GNU General Public License v2.0
0 stars 15 forks source link

'scc milestone list' command not Python3 compatible? #272

Closed knabar closed 2 months ago

knabar commented 2 years ago

scc milestone list does not seem to work under Python3, as .sort() no longer supports comparison functions:

https://github.com/ome/scc/blob/5a325dab13981a0ab847eb2d2efaf9dc85b0571a/scc/git.py#L3388