Fix lint errors
This commit is contained in:
parent
3c4e9c56d5
commit
a5d9dba6c3
@ -205,7 +205,7 @@ class K8sDeployer(Deployer):
|
|||||||
name=ingress.metadata.name, namespace=self.k8s_namespace
|
name=ingress.metadata.name, namespace=self.k8s_namespace
|
||||||
)
|
)
|
||||||
except client.exceptions.ApiException as e:
|
except client.exceptions.ApiException as e:
|
||||||
check_delete_exception(e)
|
_check_delete_exception(e)
|
||||||
|
|
||||||
if self.is_kind():
|
if self.is_kind():
|
||||||
# Destroy the kind cluster
|
# Destroy the kind cluster
|
||||||
|
@ -23,6 +23,7 @@ from stack_orchestrator.opts import opts
|
|||||||
from stack_orchestrator.deploy.deploy_util import parsed_pod_files_map_from_file_names
|
from stack_orchestrator.deploy.deploy_util import parsed_pod_files_map_from_file_names
|
||||||
from stack_orchestrator.deploy.deployer import DeployerException
|
from stack_orchestrator.deploy.deployer import DeployerException
|
||||||
|
|
||||||
|
|
||||||
def _run_command(command: str):
|
def _run_command(command: str):
|
||||||
if opts.o.debug:
|
if opts.o.debug:
|
||||||
print(f"Running: {command}")
|
print(f"Running: {command}")
|
||||||
|
Loading…
Reference in New Issue
Block a user