[PATCH 1/3] Update runpylint to find newui modules correctly.

Vratislav Podzimek vpodzime at redhat.com
Fri Aug 31 12:46:10 UTC 2012


These all look good to me.

On Thu, 2012-08-30 at 15:37 -0400, Chris Lumens wrote:
> ---
>  tests/pylint/runpylint.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/pylint/runpylint.sh b/tests/pylint/runpylint.sh
> index 8c3e74b..9b771cd 100755
> --- a/tests/pylint/runpylint.sh
> +++ b/tests/pylint/runpylint.sh
> @@ -80,7 +80,7 @@ fi
>  # run pylint one file / module at a time, otherwise it sometimes gets
>  # confused
>  > pylint-log
> -for i in pyanaconda/storage pyanaconda/installclasses/*.py pyanaconda/iw/*.py pyanaconda/textw/*.py pyanaconda/isys/*.py pyanaconda/; do
> +for i in $(find pyanaconda -type f -name '*py'); do
>    pylint --init-hook='import sys; \
>        sys.path.insert(1, "pyanaconda/isys/.libs"); \
>        sys.path.insert(2, "pyanaconda/isys"); \

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list