diff --git a/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py b/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py index 88b541ca..6a89a8e9 100644 --- a/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py +++ b/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py @@ -306,12 +306,12 @@ def dump_known_requests(filename, requests, status="SEEN"): "--log-dir", help="Output build/deployment logs to directory.", default=None ) @click.pass_context -def command( +def command( # noqa: C901 ctx, kube_config, laconic_config, image_registry, - deployment_parent_dir, # noqa: C901 + deployment_parent_dir, request_id, discover, state_file,