Open
Description
(and it doesn't handle arguments idiomatically)
Imports argparse:
bitcoin-maintainer-tools/treehash512.py
Line 16 in 961d365
Not to use it:
bitcoin-maintainer-tools/treehash512.py
Line 73 in 961d365
But if I call treehash512.py -h
, (almost idiomatic Python?), it'll pass it down (needlessly) to Git ls-tree.
bitcoin-maintainer-tools/treehash512.py
Line 77 in 961d365
I propose you:
- remove the argparse import, or
- use argparse idiomatically, and
- check argument validity before calling Git
Metadata
Metadata
Assignees
Labels
No labels