Resolves
[:error] [pid 4455] UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 13: ordinal not in range(128)
when getting user
user = pagure.lib.search_user(SESSION, email=author.email)
One question, how do you get this error?
Otherwise, your two PRs are looking fine, but seem to not be on the top of master, could you rebase them? I try to keep the history linear.
rebased
When using load_from_disk.py to load distgit repositories but I can't remember which user caused that.
Too bad, I'd have been curious to know the circumstances.
Thanks for the change anyway :)
Pull-Request has been merged by pingou
Resolves
[:error] [pid 4455] UnicodeEncodeError: 'ascii' codec can't encode
character u'\xf6' in position 13: ordinal not in range(128)
when getting user
user = pagure.lib.search_user(SESSION, email=author.email)