diff options
Diffstat (limited to 'manifest_xml.py')
-rw-r--r-- | manifest_xml.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/manifest_xml.py b/manifest_xml.py index 60d126fb..30c5b590 100644 --- a/manifest_xml.py +++ b/manifest_xml.py | |||
@@ -1328,12 +1328,7 @@ https://gerrit.googlesource.com/git-repo/+/HEAD/docs/manifest-format.md | |||
1328 | ) | 1328 | ) |
1329 | # should isolate this to the exact exception, but that's | 1329 | # should isolate this to the exact exception, but that's |
1330 | # tricky. actual parsing implementation may vary. | 1330 | # tricky. actual parsing implementation may vary. |
1331 | except ( | 1331 | except (RuntimeError, ManifestParseError): |
1332 | KeyboardInterrupt, | ||
1333 | RuntimeError, | ||
1334 | SystemExit, | ||
1335 | ManifestParseError, | ||
1336 | ): | ||
1337 | raise | 1332 | raise |
1338 | except Exception as e: | 1333 | except Exception as e: |
1339 | raise ManifestParseError( | 1334 | raise ManifestParseError( |