Skip to content
Snippets Groups Projects
Commit e2b22243 authored by Daniel Nemergut's avatar Daniel Nemergut Committed by Charlotte Hausman
Browse files

Removed default list from a bad copy, explicitly stating action=store which...

Removed default list from a bad copy, explicitly stating action=store which isn't necessary but just in case
parent 8410a0bb
No related branches found
No related tags found
3 merge requests!1571catch 2.8.2.3 up with main,!15592.8.2.2-DEVELOPMENT into main,!1551Cherry pick partial curation for patch
......@@ -110,7 +110,7 @@ def parser() -> argparse.ArgumentParser:
arg_parser.add_argument(
"--curator",
nargs=1,
default=[],
action="store",
required=False,
help="Find the product information necessary to run curator on the provided product locator",
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment