From 807c3986911c0936667f600dedbda6cceb30a572 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Wed, 14 Aug 2024 21:21:58 -0500 Subject: [PATCH] Typo --- stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py b/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py index e72b7fb4..62ea75ce 100644 --- a/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py +++ b/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py @@ -437,7 +437,7 @@ def command( # noqa: C901 result = "SKIP" continue - main_logger.log_file( + main_logger.log( "Found pending request %s to run application %s on %s." % (r.id, r.attributes.application, requested_name) )