on rpmfusion, result of list-side-tags doesn't bring username neither user id, so it results in KeyError: 'user_name', to fix it, just gives a default value to tag dict if not exit.
rebased onto 9500d6a167d12bafdcdb4b2333ba3ac0f7420494
Commit 56d14ca6 fixes this pull-request
Pull-Request has been merged by onosek
Thanks for the fix. I only changed the commit message and title of the commit.
Looks good to me. :thumbsup:
on rpmfusion, result of list-side-tags doesn't bring username neither user id,
so it results in KeyError: 'user_name', to fix it, just gives a default
value to tag dict if not exit.