summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2012-10-22 13:45:28 -0700
committerJoe Gordon <jogo@cloudscaling.com>2012-10-22 13:47:36 -0700
commitc39dbb53bcbc0df82d9052248ee8029613858813 (patch)
treefe60b7195f50fff2041a07f5eb5d9e42032c815c /run_tests.sh
parent4011a767c0ba45b244e004fb9a15ad921985ead9 (diff)
downloadnova-c39dbb53bcbc0df82d9052248ee8029613858813.tar.gz
nova-c39dbb53bcbc0df82d9052248ee8029613858813.tar.xz
nova-c39dbb53bcbc0df82d9052248ee8029613858813.zip
Fix and enable pep8 E502, E712
pep8 E502 and E712 were temporarily disabld when upgrading to pep8 1.2 Change-Id: If5158304cb8e73ef844dea9f726df6f8fe305269
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 87a5e3b05..9385b4185 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -128,7 +128,7 @@ function run_pep8 {
srcfiles+=" setup.py"
# Until all these issues get fixed, ignore.
- ignore='--ignore=N4,E12,E711,E712,E721,E502'
+ ignore='--ignore=N4,E12,E711,E721'
${wrapper} python tools/hacking.py ${ignore} ${srcfiles}