Fix boolean conversion in arguments
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
Showing
Please register or sign in to comment