From ce353b61f0fbb83aa08b9e6fb9e2401479a2d83e Mon Sep 17 00:00:00 2001 From: "Yadav, Satender (sy336r)" Date: Fri, 28 Aug 2020 10:36:13 -0500 Subject: [PATCH] Adding space in logger warning message This commit will fix below warning message. "Post upgrade actions are ignored by Armadaand will not affect deployment.: Change-Id: I1a8397aa892815bdc96f94a8e49280a4b73a484c --- armada/handlers/chart_deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armada/handlers/chart_deploy.py b/armada/handlers/chart_deploy.py index 601c709c..01c6ae38 100644 --- a/armada/handlers/chart_deploy.py +++ b/armada/handlers/chart_deploy.py @@ -135,7 +135,7 @@ class ChartDeploy(object): if not self.disable_update_post and upgrade_post: LOG.warning( - 'Post upgrade actions are ignored by Armada' + 'Post upgrade actions are ignored by Armada ' 'and will not affect deployment.') post_actions = upgrade_post