Skip to content
Commit 2241eafc authored by Christophe François's avatar Christophe François Committed by hydrargyrum
Browse files

weboob.browser.filters.standard: handle None value in CleanText filter

Json fields can be `null`. In that case, Dict returns None,  which makes
CleanText crash if it's used on the result.

Instead of handling the case each time this happens, we return the
default value (or raise an error if there is none).
parent d37d8bf3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment