Skip to content
  • Clément Haëck's avatar
    Fix boolean conversion in arguments · e1e8b3e0
    Clément Haëck authored
    It would summon `bool()` for conversion, which is always True except
    when string is empty.
    Now is using configparser.ConfigParser._convert_to_boolean. Much more robust
    e1e8b3e0