From a1cd770d566400364c43acd40b980a7138820797 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 20 Apr 2021 23:38:04 -0400 Subject: help/version: sprinkle bug report URL around Make it a bit easier for people to locate bug reporting info. Change-Id: If9c8939c84ebd52eb96b353c1797afa25868bb85 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/303943 Tested-by: Mike Frysinger Reviewed-by: Raman Tenneti --- error.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'error.py') diff --git a/error.py b/error.py index 25ff80d1..cbefcb7e 100644 --- a/error.py +++ b/error.py @@ -13,10 +13,6 @@ # limitations under the License. -# URL to file bug reports for repo tool issues. -BUG_REPORT_URL = 'https://bugs.chromium.org/p/gerrit/issues/entry?template=Repo+tool+issue' - - class ManifestParseError(Exception): """Failed to parse the manifest file. """ -- cgit v1.2.3-54-g00ecf