Skip to content
Snippets Groups Projects
Commit 990aea06 authored by Nathan Bockisch's avatar Nathan Bockisch
Browse files

Fixed incorrect argument name

parent 87ff2ec7
No related branches found
No related tags found
2 merge requests!1605Merge 2.8.2.3 work to main,!1509Fixed incorrect argument name
Pipeline #12750 passed
......@@ -160,7 +160,7 @@ def determine_wrester(connection: MDDBConnector, args: argparse.Namespace):
elif args.curator:
data = WrestWorkflowMetadata(connection, spl=args.curator).wrest_curator()
elif args.curator_products:
data = WrestWorkflowMetadata(connection, spl=args.image).wrest_curator_products()
data = WrestWorkflowMetadata(connection, spl=args.curator_products).wrest_curator_products()
else:
data = None
......
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