• Thomas Gambier's avatar
    BUGFIX: fix c931d60c · bc2c698f
    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.
    bc2c698f
format.py 5.7 KB