Skip to content
  • Léo Yvin's avatar
    weboob.tools.value: normalize regexp for consistency · f9ec5f03
    Léo Yvin authored and hydrargyrum's avatar hydrargyrum committed
    In Value.check_valid method, regexp in validation error message
    is not consistent with actual matching test: it uses re.match
    and adds ending anchor.
    We can "normalize" regexp in objet initialization to be consistent.
    f9ec5f03