Skip to content

Commit

Permalink
Merge "Fix the mistake of code indent"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Dec 28, 2017
2 parents f6b8de2 + e798bcc commit fb26291
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 fb26291

Please sign in to comment.