mirror of
https://github.com/python/cpython.git
synced 2025-12-08 10:21:13 +00:00
Clean up a bare except: clause.
This commit is contained in:
parent
fbe7b4fc8c
commit
3db163aa19
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue