From bdeefb716a934c1669ae67c00db7f2f50f38eb17 Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Tue, 1 Apr 2003 04:28:16 +0000 Subject: __init__(): Jon Parise caught a typo in the conversion to booleans. --- Mailman/LockFile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailman/LockFile.py b/Mailman/LockFile.py index e862962b..d6c41e65 100644 --- a/Mailman/LockFile.py +++ b/Mailman/LockFile.py @@ -174,7 +174,7 @@ class LockFile: def __init__(self, lockfile, lifetime=DEFAULT_LOCK_LIFETIME, - withlogging=True): + withlogging=False): """Create the resource lock using lockfile as the global lock file. Each process laying claim to this resource lock will create their own -- cgit v1.2.3