diff options
author | Mike Frysinger <vapier@google.com> | 2021-04-20 23:38:04 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2021-04-26 21:43:43 +0000 |
commit | a1cd770d566400364c43acd40b980a7138820797 (patch) | |
tree | 2147bd26a440c3129930eb4f29fb551748dc475c /error.py | |
parent | cd89ec147ad59f19ebe16a4a30b13606102213c0 (diff) | |
download | git-repo-a1cd770d566400364c43acd40b980a7138820797.tar.gz |
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 <vapier@google.com>
Reviewed-by: Raman Tenneti <rtenneti@google.com>
Diffstat (limited to 'error.py')
-rw-r--r-- | error.py | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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. | ||
17 | BUG_REPORT_URL = 'https://bugs.chromium.org/p/gerrit/issues/entry?template=Repo+tool+issue' | ||
18 | |||
19 | |||
20 | class ManifestParseError(Exception): | 16 | class ManifestParseError(Exception): |
21 | """Failed to parse the manifest file. | 17 | """Failed to parse the manifest file. |
22 | """ | 18 | """ |