Skip to content

Commit

Permalink
Fix the mistake of code indent
Browse files Browse the repository at this point in the history
Change-Id: Ib13e25a25d594935db515e2dce9989bbba024e01
  • Loading branch information
deagon committed Dec 27, 2017
1 parent 29d6028 commit e798bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tempest/cmd/run.py
Expand Up @@ -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
Expand Down

0 comments on commit e798bcc

Please sign in to comment.