From 9dd56303570b456d8fcbf2b08dde9caffca2860a Mon Sep 17 00:00:00 2001 From: zhufl Date: Mon, 6 Jan 2020 17:18:21 +0800 Subject: [PATCH] Fix duplicated words issue like "if we are are here" This is to fix the duplicated words issue like "if we are are here it means that". Change-Id: I2365241b9f41368754ffd31aba0f760010aff6f2 --- rally/cli/commands/deployment.py | 2 +- rally/env/env_mgr.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rally/cli/commands/deployment.py b/rally/cli/commands/deployment.py index f79a74f11c..7efad171a6 100644 --- a/rally/cli/commands/deployment.py +++ b/rally/cli/commands/deployment.py @@ -86,7 +86,7 @@ class DeploymentCommands(object): result = env_mgr.EnvManager.create_spec_from_sys_environ() config = result["spec"] if "existing@openstack" in config: - # NOTE(andreykurilin): if we are are here it means that + # NOTE(andreykurilin): if we are here it means that # rally-openstack package is installed import rally_openstack if rally_openstack.__version_tuple__ <= (1, 4, 0): diff --git a/rally/env/env_mgr.py b/rally/env/env_mgr.py index 0e93b144ca..7387913087 100644 --- a/rally/env/env_mgr.py +++ b/rally/env/env_mgr.py @@ -104,7 +104,7 @@ class EnvManager(object): information about tested platforms. Env manager is using platform plugins to: create, delete, cleanup, - check health, obtain information about about platforms. + check health, obtain information about platforms. Every Env has: - unique name and UUID