From 31509207c269d148774e8256f43de2d2b1b30a0b Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Wed, 16 Sep 2009 16:00:47 -0400 Subject: [PATCH] Actually try to fix pylint spamming. --- tests/pylint-virt-manager.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pylint-virt-manager.sh b/tests/pylint-virt-manager.sh index a1f04eb9e..cf6bf8a46 100755 --- a/tests/pylint-virt-manager.sh +++ b/tests/pylint-virt-manager.sh @@ -24,6 +24,7 @@ EXCEPTHOOK="no '__excepthook__' member" CONNECT_VAR="no 'connect' member" DISCONNECT_VAR="no 'disconnect' member" UNABLE_IMPORT="Unable to import 'gtk.gdk.*|Unable to import 'sparkline" +MAX_RECURSION="maximum recursion depth" # os._exit is needed for forked processes. OS_EXIT="protected member _exit of a client class"