Clean up a bare except: clause.

This commit is contained in:
unknown 2001-07-04 07:01:29 +00:00
parent fbe7b4fc8c
commit 3db163aa19

View file

@ -530,7 +530,7 @@ class Folder:
try: try:
toseq = tosequences[name] toseq = tosequences[name]
new = 0 new = 0
except: except KeyError:
toseq = [] toseq = []
new = 1 new = 1
for fromn, ton in refileditems: for fromn, ton in refileditems: