summaryrefslogtreecommitdiffstats
path: root/manifest_xml.py
diff options
context:
space:
mode:
Diffstat (limited to 'manifest_xml.py')
-rw-r--r--manifest_xml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest_xml.py b/manifest_xml.py
index 71dbdc7d..11e4ee54 100644
--- a/manifest_xml.py
+++ b/manifest_xml.py
@@ -351,7 +351,7 @@ class XmlManifest(object):
351 # tricky. actual parsing implementation may vary. 351 # tricky. actual parsing implementation may vary.
352 except (KeyboardInterrupt, RuntimeError, SystemExit): 352 except (KeyboardInterrupt, RuntimeError, SystemExit):
353 raise 353 raise
354 except Exception, e: 354 except Exception as e:
355 raise ManifestParseError( 355 raise ManifestParseError(
356 "failed parsing included manifest %s: %s", (name, e)) 356 "failed parsing included manifest %s: %s", (name, e))
357 else: 357 else: