bw2 / ConfigArgParse

A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.
MIT License
728 stars 121 forks source link

fix null to str(None) with YAMLConfigFileParser (issue#198) #199

Closed trougnouf closed 3 years ago

trougnouf commented 4 years ago

This fixes #198 where null values in a yaml config file were stored as "None" string instead of None.