diff --git a/stack_orchestrator/deploy/webapp/undeploy_webapp_from_registry.py b/stack_orchestrator/deploy/webapp/undeploy_webapp_from_registry.py index 14e995ff..a01b75b3 100644 --- a/stack_orchestrator/deploy/webapp/undeploy_webapp_from_registry.py +++ b/stack_orchestrator/deploy/webapp/undeploy_webapp_from_registry.py @@ -155,7 +155,6 @@ def command(ctx, laconic_config, deployment_parent_dir, # Find removal requests. removals_by_deployment = {} - skipped_by_deployment = {} removals_by_request = {} for r in laconic.app_deployment_removals(): if r.attributes.deployment: diff --git a/stack_orchestrator/deploy/webapp/util.py b/stack_orchestrator/deploy/webapp/util.py index e4828202..6cdec448 100644 --- a/stack_orchestrator/deploy/webapp/util.py +++ b/stack_orchestrator/deploy/webapp/util.py @@ -362,4 +362,4 @@ def skip_by_tag(r, include_tags, exclude_tags): if tag and (not r.attributes.tags or tag not in r.attributes.tags): return True - return False \ No newline at end of file + return False