caltechlibrary / iga

IGA is the InvenioRDM GitHub Archiver, a standalone program as well as a GitHub Action that lets you automatically archive GitHub software releases in an InvenioRDM repository.
https://caltechlibrary.github.io/iga/
Other
8 stars 1 forks source link

Class InvenioCommunity fails to define a sorting key #24

Closed mhucka closed 1 year ago

mhucka commented 1 year ago

Description

The InvenioCommunity dataclass defined in invenio.py does not define a sorting attribute, but in cli.py, a list of those objects is handed to sorted(…), which will fail to work if there's more than one community.

Software environment

Please include the following information:

mhucka commented 1 year ago

Fixed by commit 2041c3a