From 24e6c689b04ee5eef656809e845d2a5467ed7b35 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Wed, 13 Dec 2023 15:28:37 -0600 Subject: [PATCH] flake8 --- stack_orchestrator/deploy/webapp/util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stack_orchestrator/deploy/webapp/util.py b/stack_orchestrator/deploy/webapp/util.py index 70b704b3..ebc14c3f 100644 --- a/stack_orchestrator/deploy/webapp/util.py +++ b/stack_orchestrator/deploy/webapp/util.py @@ -180,7 +180,6 @@ def build_container_image(app_record, tag, extra_build_args=[]): try: record_id = app_record["id"] - name = app_record.attributes.name.replace("@", "") ref = app_record.attributes.repository_ref repo = random.choice(app_record.attributes.repository) clone_dir = os.path.join(tmpdir, record_id)