summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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