From 383f0ddc0d6a74083f8c23dcc01ed2539f090c30 Mon Sep 17 00:00:00 2001 From: klm Date: Fri, 17 Jul 1998 18:15:04 +0000 Subject: Don't need to check whether the list is locked before doing the unlock - new version of Unlock takes care of that. --- scripts/post | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/post b/scripts/post index 00f437e87..5f46f5aa0 100755 --- a/scripts/post +++ b/scripts/post @@ -104,5 +104,4 @@ notification of the moderator's decison. raw = 1) # Let another process run. finally: - if current_list.Locked(): - current_list.Unlock() + current_list.Unlock() -- cgit v1.2.3-70-g09d2