3957d80
# HG changeset patch
3957d80
# User Cole Robinson <crobinso@redhat.com>
3957d80
# Date 1252937681 14400
3957d80
# Node ID 043ca66e19aabcdb89b8bbe76ef5ded8b0c0fc54
3957d80
# Parent  d34def55dbd78e2ad5f099d6a38c1f358c798555
3957d80
Try to avoid 'maximum recursion depth' errors from pylint script.
3957d80
3957d80
diff -r d34def55dbd7 -r 043ca66e19aa tests/pylint-virt-manager.sh
3957d80
--- a/tests/pylint-virt-manager.sh	Mon Aug 31 10:45:59 2009 -0400
3957d80
+++ b/tests/pylint-virt-manager.sh	Mon Sep 14 10:14:41 2009 -0400
3957d80
@@ -95,6 +95,7 @@
3957d80
         -ve "$BUILTIN_TYPE" \
3957d80
         -ve "$ERROR_VBOX" \
3957d80
         -ve "$UNABLE_IMPORT" \
3957d80
+        -ve "$MAX_RECURSION" \
3957d80
         -ve "$EXCEPTHOOK" | \
3957d80
 $AWK '\
3957d80
 # Strip out any "*** Module name" lines if we dont list any errors for them