chaoss / grimoirelab-elk

GNU General Public License v3.0
59 stars 120 forks source link

[enriched/weblate] Fix unexpected keyword argument 'alias' in demography #1088

Closed zhquan closed 1 year ago

zhquan commented 1 year ago

This code fixes TypeError in weblate since the name of the aliases is no longer harcoded, now it is passed by parameter.

Error:

TypeError: enrich_demography() got an unexpected keyword argument 'alias'

Test added accordingly.

Signed-off-by: Quan Zhou quan@bitergia.com

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3388382558


Totals Coverage Status
Change from base Build 3360230946: 0.009%
Covered Lines: 8858
Relevant Lines: 10746

💛 - Coveralls
jjmerchante commented 1 year ago

LGTM