summaryrefslogtreecommitdiffstats
path: root/error.py
diff options
context:
space:
mode:
Diffstat (limited to 'error.py')
-rw-r--r--error.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/error.py b/error.py
index 25ff80d1..cbefcb7e 100644
--- a/error.py
+++ b/error.py
@@ -13,10 +13,6 @@
13# limitations under the License. 13# limitations under the License.
14 14
15 15
16# URL to file bug reports for repo tool issues.
17BUG_REPORT_URL = 'https://bugs.chromium.org/p/gerrit/issues/entry?template=Repo+tool+issue'
18
19
20class ManifestParseError(Exception): 16class ManifestParseError(Exception):
21 """Failed to parse the manifest file. 17 """Failed to parse the manifest file.
22 """ 18 """