commit | fb262915548b4521ef097fa5dc2d28d87313b890 | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.openstack.org> | Thu Dec 28 10:09:17 2017 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Dec 28 10:09:17 2017 +0000 |
tree | 6a38d4f0410cf4041be1cc760f989d0c594edeff | |
parent | f6b8de2dad0ecf1ff3c9de383be5f12c873fcfa2 [diff] | |
parent | e798bccc3c3a6f2166a32c19b96eccef93887aca [diff] |
Merge "Fix the mistake of code indent"
diff --git a/tempest/cmd/run.py b/tempest/cmd/run.py index 0d847bd..6435717 100644 --- a/tempest/cmd/run.py +++ b/tempest/cmd/run.py
@@ -149,7 +149,7 @@ 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