Commit 3db163aa authored by unknown's avatar unknown

Clean up a bare except: clause.

parent fbe7b4fc
......@@ -530,7 +530,7 @@ class Folder:
try:
toseq = tosequences[name]
new = 0
except:
except KeyError:
toseq = []
new = 1
for fromn, ton in refileditems:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment