tarantool / mkrepo

Maintain DEB and RPM repositories on S3
69 stars 24 forks source link

rpm: fix TypeError when sorting keys having None value #65

Closed urbanchef closed 1 year ago

urbanchef commented 1 year ago

This patch fixes the issue

TypeError: '<' not supported between instances of 'str' and 'NoneType'

occurred while syncing one of our local rpm repositories. There's a case when every item[1:] list value is None.

Follows up #63