From e4cf17baf761a0953ce6da65456f400b6aa306c4 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Thu, 14 Dec 2023 15:15:08 +0000 Subject: [PATCH] typo --- .../deploy/webapp/deploy_webapp_from_registry.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py b/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py index 80d8b4ab..13dfaaa1 100644 --- a/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py +++ b/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py @@ -251,8 +251,8 @@ def command(ctx, kube_config, laconic_config, image_registry, deployment_parent_ print("Found %d unsatisfied request(s) to process." % len(requests_to_execute)) for r in requests_to_execute: - try(: - process_app_deployment_request + try: + process_app_deployment_request( ctx, laconic, r,