summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorTyler Baker <tyler.baker@linaro.org>2013-11-13 15:07:55 -0800
committerTyler Baker <tyler.baker@linaro.org>2013-11-13 15:07:55 -0800
commitdb983f45c0cb142172b973b6ed1da70e7211b059 (patch)
treefe2faab20df396722231a9a595f350dca081a24a /run.sh
parent5a7f707ed26afdb199f09aeab347ab5a84c03143 (diff)
Bug fixHEADmaster
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 00ef983..38234fc 100755
--- a/run.sh
+++ b/run.sh
@@ -41,7 +41,7 @@ function pep8_check ()
{
cd $WORKSPACE/$LAVA_PROJECT
- pep8 --ignore E501 . >> $WORKSPACE/pep8
+ pep8 --ignore $1 . >> $WORKSPACE/pep8
if [[ -s $WORKSPACE/pep8 ]]
then