summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Treinish <mtreinish@kortar.org>2014-06-09 17:13:48 -0400
committerMatthew Treinish <mtreinish@kortar.org>2014-06-17 22:54:49 -0400
commit5527be657c23f0329a9fc3f3c3e18625c71fee28 (patch)
tree87e4dc9882a14992cabd79a51a9bdd989ef63fc5
parented2a5c581a0c0662de89bc0474b5bd5954371f54 (diff)
downloadtempest-lib-5527be657c23f0329a9fc3f3c3e18625c71fee28.tar.gz
Enable E251,E265 rules ignore H402
After bumping the hacking version to the 0.9.x series ignores were added for several rules. This commit fixes the violations for a subset of these rules and re-enables the checks. Change-Id: If2445c395d481f3c5f6426a471da4ec8afb553f0
-rw-r--r--tempest/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tempest/test.py b/tempest/test.py
index 748a98c..bc94bcd 100644
--- a/tempest/test.py
+++ b/tempest/test.py
@@ -396,7 +396,7 @@ class NegativeAutoTest(BaseTestCase):
:param file: the file name
"""
- #NOTE(mkoderer): must be extended for xml support
+ # NOTE(mkoderer): must be extended for xml support
fn = os.path.join(
os.path.abspath(os.path.dirname(os.path.dirname(__file__))),
"etc", "schemas", file)