summaryrefslogtreecommitdiff
path: root/Mailman/Utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Utils.py')
-rw-r--r--Mailman/Utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Utils.py b/Mailman/Utils.py
index 680ab7497..5869cc91d 100644
--- a/Mailman/Utils.py
+++ b/Mailman/Utils.py
@@ -63,7 +63,7 @@ def GetPathPieces(path):
try:
while 1:
l.remove('')
- except:
+ except ValueError:
pass
return l