The add_arguments function is always called with a formatter in mesonmain.py, and if it were not, then it would be incorrect when calling argparse itself -- because formatter_class cannot be None, and defaults to its own builtin one. This violates None-safety.pull/12839/head
parent
6e1556028c
commit
4e83675bf8
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue