commit | 5f434ed723ac14cdcea12d038c066c0653e1ef3a | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Thu Nov 22 13:48:10 2012 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Sun Feb 17 21:20:20 2013 +0900 |
tree | 259f4860618f544f8ff96e1c9684ff89e5812bc4 | |
parent | 606eab804302a92d232735d4aa57853cf3be3d9a [diff] |
Exit with fatal error if local manifest file cannot be parsed If the .repo/local_manifests folder includes a local manifest file that cannot be parsed, the current behaviour is to catch the parse exception, print a warning, and continue to process remaining files. This can cause any errors to go unnoticed. Remove the exception handling, so that the exception is instead caught in main._Main, and repo exits with a fatal error. Change-Id: I75a70b7b850d2eb3e4ac99d435a4568ff598b7f4