summaryrefslogtreecommitdiffstats
path: root/pycheckrc-for-anaconda
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-07 00:04:35 +0000
committerMatt Wilson <msw@redhat.com>2001-07-07 00:04:35 +0000
commit8da946b768f036755c99c525ea9476af40edff5b (patch)
tree78c7845604c334499afd9a2e1dc097461e857cd4 /pycheckrc-for-anaconda
parent0e19e73cfed2502352b0add9379d01513becba33 (diff)
downloadanaconda-8da946b768f036755c99c525ea9476af40edff5b.tar.gz
anaconda-8da946b768f036755c99c525ea9476af40edff5b.tar.xz
anaconda-8da946b768f036755c99c525ea9476af40edff5b.zip
better defaults
Diffstat (limited to 'pycheckrc-for-anaconda')
-rw-r--r--pycheckrc-for-anaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/pycheckrc-for-anaconda b/pycheckrc-for-anaconda
index 536cd1135..11b44ae3a 100644
--- a/pycheckrc-for-anaconda
+++ b/pycheckrc-for-anaconda
@@ -28,7 +28,7 @@ importUsed = 1
localVariablesUsed = 1
# bool: assume a, b, and c are used in this case: a, b, c = func()
-unusedLocalTuple = 1
+unusedLocalTuple = 0
# bool: warn when __init__ is defined in a subclass
initDefinedInSubclass = 0