From e798bccc3c3a6f2166a32c19b96eccef93887aca Mon Sep 17 00:00:00 2001 From: Guoqiang Ding Date: Mon, 25 Dec 2017 10:38:08 +0800 Subject: [PATCH] Fix the mistake of code indent Change-Id: Ib13e25a25d594935db515e2dce9989bbba024e01 --- tempest/cmd/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempest/cmd/run.py b/tempest/cmd/run.py index 0d847bd218..6435717b70 100644 --- a/tempest/cmd/run.py +++ b/tempest/cmd/run.py @@ -149,7 +149,7 @@ def _create_testr_conf(self): discover_path = os.path.join(top_level_path, 'test_discover') file_contents = init.TESTR_CONF % (top_level_path, discover_path) with open('.testr.conf', 'w+') as testr_conf_file: - testr_conf_file.write(file_contents) + testr_conf_file.write(file_contents) def take_action(self, parsed_args): returncode = 0