commit | ddb066a10a32c7150b7b0cddd9bf13efcef596a9 | [log] [tgz] |
---|---|---|
author | Hanchen Lin <hantim.lin@gmail.com> | Tue Sep 20 17:25:27 2016 +0800 |
committer | Hanchen Lin <hantim.lin@gmail.com> | Tue Sep 20 17:27:11 2016 +0800 |
tree | ff1c2d5ba28494964809d2aafe1ed4e85a09af91 | |
parent | 6c9fb711bf6f4f3a56bdc6a258ff3ac21683c90a [diff] |
remove unused statement. Change-Id: I229cc42904dadcf40b7386a12e91423826a13e4b
diff --git a/tempest/cmd/verify_tempest_config.py b/tempest/cmd/verify_tempest_config.py index 630532c..c02a9c1 100644 --- a/tempest/cmd/verify_tempest_config.py +++ b/tempest/cmd/verify_tempest_config.py
@@ -371,7 +371,6 @@ replace = opts.replace_ext global CONF_PARSER - outfile = sys.stdout if update: conf_file = _get_config_file() CONF_PARSER = moves.configparser.SafeConfigParser()