diff --git a/Lib/mhlib.py b/Lib/mhlib.py index 0302c30914b..c83b63777a5 100644 --- a/Lib/mhlib.py +++ b/Lib/mhlib.py @@ -530,7 +530,7 @@ def _copysequences(self, fromfolder, refileditems): try: toseq = tosequences[name] new = 0 - except: + except KeyError: toseq = [] new = 1 for fromn, ton in refileditems: