From d9b0b7c58340be983eaa6a1ba16d50c14d3023f1 Mon Sep 17 00:00:00 2001 From: RealOrangeOne Date: Sat, 19 Mar 2016 20:11:32 +0000 Subject: [PATCH] fix paths again... --- scripts/runtests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/runtests.sh b/scripts/runtests.sh index a002446..b5e761d 100755 --- a/scripts/runtests.sh +++ b/scripts/runtests.sh @@ -17,7 +17,7 @@ jsonlint -q yaourt/packages.json echo ">> Validating Python..." -flake8 apt/exports.py --ignore=E128,E501,E401,F403 +flake8 apt/export.py --ignore=E128,E501,E401,F403 flake8 scripts/installers.py --ignore=E128,E501,E401,F403 -flake8 yaourt/exports.py --ignore=E128,E501,E401,F403 +flake8 yaourt/export.py --ignore=E128,E501,E401,F403 flake8 INSTALL_ALL_THE_THINGS --ignore=E128,E501,E401,F403