From 026934ed3ee0dfd1b0181ed5a3f6787fba8c20b3 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Thu, 11 Nov 2010 16:29:30 -0500 Subject: [PATCH] pylint: Fix script for latest pylint version --- tests/pylint-virt-manager.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pylint-virt-manager.sh b/tests/pylint-virt-manager.sh index 23cd439c3..8311cb0eb 100755 --- a/tests/pylint-virt-manager.sh +++ b/tests/pylint-virt-manager.sh @@ -91,8 +91,8 @@ pylint --ignore=IPy.py $FILES \ --reports=$SHOW_REPORT \ --output-format=colorized \ --dummy-variables-rgx="dummy|ignore*" \ - --disable-msg=${DMSG}\ - --disable-checker=${DCHECKERS} 2>&1 | \ + --disable=${DMSG}\ + --disable=${DCHECKERS} 2>&1 | \ egrep -ve "$NO_PYL_CONFIG" \ -ve "$GOBJECT_VAR" \ -ve "$GOBJECT_INIT" \