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