Skip to content

Commit 55071cf

Browse files
Felix Kloftfkloft
authored andcommitted
remove useless default values from namespace
1 parent 70c97e8 commit 55071cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bagit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ def _make_parser():
15221522
metadata_args = parser.add_argument_group(_("Optional Bag Metadata"))
15231523
for header in STANDARD_BAG_INFO_HEADERS:
15241524
metadata_args.add_argument(
1525-
"--%s" % header.lower(), type=str, action=BagHeaderAction
1525+
"--%s" % header.lower(), type=str, action=BagHeaderAction, default=argparse.SUPPRESS
15261526
)
15271527

15281528
parser.add_argument(

0 commit comments

Comments
 (0)