From 434dc07bd717d9c873e5e8e70842abea34ebff64 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Tue, 27 Aug 2024 17:34:59 -0500 Subject: [PATCH] No 'f' --- stack_orchestrator/deploy/webapp/request_webapp_deployment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack_orchestrator/deploy/webapp/request_webapp_deployment.py b/stack_orchestrator/deploy/webapp/request_webapp_deployment.py index 85ec4520..70884f9d 100644 --- a/stack_orchestrator/deploy/webapp/request_webapp_deployment.py +++ b/stack_orchestrator/deploy/webapp/request_webapp_deployment.py @@ -89,7 +89,7 @@ def command( fatal(f"Unable to locate deployer: {deployer}") if env_file and config_ref: - fatal(f"Cannot use --env-file and --config-ref at the same time.") + fatal("Cannot use --env-file and --config-ref at the same time.") # If env_file if env_file: