Skip to content

Fix crash for URLs without password

Frederic Danis requested to merge wip/fdanis/5756 into apertis/v2020dev0

urllib.parse.unquote() request a string as first parameter. Check that parsed_url.password exists before calling it.

Fixes: APERTIS-5756

Signed-off-by: Frédéric Danis frederic.danis@collabora.com

Merge request reports