This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
wstools-py3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fixing bad formed exception in Utility
main
Julien Iguchi-Cartigny
10 years ago
parent
244988991e
commit
68d9199a19
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
wstools/Utility.py
+ 1
- 1
wstools/Utility.py
View File
@@ -665,7 +665,7 @@ class DOM:
try:
result = self.loadDocument(file)
except Exception
,
ex:
except Exception
as
ex:
file.close()
raise ParseError(('Failed to load document %s' % url,) + ex.args)
else:
Write
Preview
Loading…
Cancel
Save