Skip to content
Snippets Groups Projects
Yuya Nishihara's avatar
Yuya Nishihara authored
I initially thought this is a py3-compat bug of passwordmgr._writedebug(),
but actually returning (None, str) pair is wrong at all. HTTP authentication
would continue with user="None" in that case.

Since registering a password of user=None should also be wrong, this patch
simply adds early return.
ff48eea4
History
Name Last commit Last update