diff options
Diffstat (limited to 'error.py')
-rw-r--r-- | error.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,10 @@ | |||
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 | |||
16 | class ManifestParseError(Exception): | 20 | class ManifestParseError(Exception): |
17 | """Failed to parse the manifest file. | 21 | """Failed to parse the manifest file. |
18 | """ | 22 | """ |