Skip to content

Do not call converters twice

Tim Schoof requested to merge fix_configuration_converters into master

If a config option uses a converter, it should not be called during command line parsing because it is already called during construction by attr.

Merge request reports