diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-01-06 12:07:57 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-01-06 12:07:57 -0500 |
commit | 24e32edfc4dbce532dde1d858fbdd7beebefb3aa (patch) | |
tree | 9aeba34bc027109687a3a429c675cb33a10a56e5 /tools/run-pep8 | |
parent | 4de52eb92333245f2c88e386d57c16547b89ab97 (diff) | |
parent | 38c851e58e09c5574661ef4b2d2e66f6e38063d1 (diff) | |
download | vyos-cloud-init-24e32edfc4dbce532dde1d858fbdd7beebefb3aa.tar.gz vyos-cloud-init-24e32edfc4dbce532dde1d858fbdd7beebefb3aa.zip |
merge from trunk
Diffstat (limited to 'tools/run-pep8')
-rwxr-xr-x | tools/run-pep8 | 1 |
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 |