mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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:
|
||||
toseq = tosequences[name]
|
||||
new = 0
|
||||
except:
|
||||
except KeyError:
|
||||
toseq = []
|
||||
new = 1
|
||||
for fromn, ton in refileditems:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue