summaryrefslogtreecommitdiff
path: root/tools/run-pep8
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-01-06 12:07:57 -0500
committerScott Moser <smoser@ubuntu.com>2015-01-06 12:07:57 -0500
commit24e32edfc4dbce532dde1d858fbdd7beebefb3aa (patch)
tree9aeba34bc027109687a3a429c675cb33a10a56e5 /tools/run-pep8
parent4de52eb92333245f2c88e386d57c16547b89ab97 (diff)
parent38c851e58e09c5574661ef4b2d2e66f6e38063d1 (diff)
downloadvyos-cloud-init-24e32edfc4dbce532dde1d858fbdd7beebefb3aa.tar.gz
vyos-cloud-init-24e32edfc4dbce532dde1d858fbdd7beebefb3aa.zip
merge from trunk
Diffstat (limited to 'tools/run-pep8')
-rwxr-xr-xtools/run-pep81
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run-pep8 b/tools/run-pep8
index d0a131f6..ccd6be5a 100755
--- a/tools/run-pep8
+++ b/tools/run-pep8
@@ -24,6 +24,7 @@ IGNORE="$IGNORE,E126" # Continuation line over-indented for hanging indent
IGNORE="$IGNORE,E127" # Continuation line over-indented for visual indent
IGNORE="$IGNORE,E128" # Continuation line under-indented for visual indent
IGNORE="$IGNORE,E502" # The backslash is redundant between brackets
+IGNORE="${IGNORE#,}" # remove the leading ',' added above
cmd=(
${base}/hacking.py