• Thomas Gambier's avatar
    BUGFIX: fix c931d60c · 531427ee
    Thomas Gambier authored
    After c931d60c, default was "None" which means false.
    But we want the default to be true. So use the special default argparse.SUPPRESS that removes totally the arg from arg dict.
    It will let the default come from the FormatConfig class attribute.
    531427ee
format.py 5.2 KB