From c5552def064cc4643ac879ec5f116c27f4cd088e Mon Sep 17 00:00:00 2001 From: Hong Guan Date: Tue, 10 Jul 2018 10:29:04 -0400 Subject: fixed code format bug Change-Id: I159c85f44118ba387c2a5f9438684b45405c6edd Issue-ID: CCSDK-354 Signed-off-by: Hong Guan --- helm/plugin/workflows.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/helm/plugin/workflows.py b/helm/plugin/workflows.py index a37293e..c21f27c 100644 --- a/helm/plugin/workflows.py +++ b/helm/plugin/workflows.py @@ -50,11 +50,11 @@ def upgrade(node_instance_id, config_json, config_url, config_format, else: raise NonRecoverableError("Unable to get Json config input") -kwargs['chart_version'] = str(chartVersion) -kwargs['chart_repo'] = str(chartRepo) -operation_args = {'operation': 'upgrade', } -operation_args['kwargs'] = kwargs -node_instance.execute_operation(**operation_args) + kwargs['chart_version'] = str(chartVersion) + kwargs['chart_repo'] = str(chartRepo) + operation_args = {'operation': 'upgrade', } + operation_args['kwargs'] = kwargs + node_instance.execute_operation(**operation_args) @workflow -- cgit 1.2.3-korg