From 3470f89519d018c572905566891bafc8a3c51c3b Mon Sep 17 00:00:00 2001 From: melissaml Date: Wed, 14 Nov 2018 17:56:51 +0800 Subject: [PATCH] omit the twice occured words in orchestrator.py Change-Id: I50fb7b96cb0ee6bee670fd3b85007e99ef0aabc9 --- .../orchestrator/actions/orchestrator.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python/drydock_provisioner/orchestrator/actions/orchestrator.py b/python/drydock_provisioner/orchestrator/actions/orchestrator.py index c487fe7f..21f11a33 100644 --- a/python/drydock_provisioner/orchestrator/actions/orchestrator.py +++ b/python/drydock_provisioner/orchestrator/actions/orchestrator.py @@ -227,7 +227,7 @@ class DestroyNodes(BaseAction): if not target_nodes: self.task.add_status_msg( - msg="No nodes in scope, no work to to do.", + msg="No nodes in scope, no work to do.", error=False, ctx='NA', ctx_type='NA') @@ -513,7 +513,7 @@ class VerifyNodes(BaseAction): else: # no target nodes self.task.add_status_msg( - msg="No nodes in scope, no work to to do.", + msg="No nodes in scope, no work to do.", error=False, ctx='NA', ctx_type='NA') @@ -555,7 +555,7 @@ class PrepareNodes(BaseAction): if not target_nodes: self.task.add_status_msg( - msg="No nodes in scope, no work to to do.", + msg="No nodes in scope, no work to do.", error=False, ctx='NA', ctx_type='NA') @@ -898,7 +898,7 @@ class DeployNodes(BaseAction): if not target_nodes: self.task.add_status_msg( - msg="No nodes in scope, no work to to do.", + msg="No nodes in scope, no work to do.", error=False, ctx='NA', ctx_type='NA')