Skip to content
Snippets Groups Projects
Commit 30d781fa authored by Daniel Nemergut's avatar Daniel Nemergut
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 e81a5a6e
No related branches found
No related tags found
2 merge requests!1605Merge 2.8.2.3 work to main,!1493WS-1893 curator workflow
...@@ -110,7 +110,7 @@ def parser() -> argparse.ArgumentParser: ...@@ -110,7 +110,7 @@ def parser() -> argparse.ArgumentParser:
arg_parser.add_argument( arg_parser.add_argument(
"--curator", "--curator",
nargs=1, nargs=1,
default=[], action="store",
required=False, required=False,
help="Find the product information necessary to run curator on the provided product locator", 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