Commit fb067468 authored by Florent Xicluna's avatar Florent Xicluna

Flatten nested try ... finally, try ... except.

parent 49ab14f4
......@@ -1673,7 +1673,6 @@ class XMLParser:
self.parser.Parse("", 1) # end of data
except self._error as v:
self._raiseerror(v)
try:
try:
close_handler = self.target.close
except AttributeError:
......
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