Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2432)

Unified Diff: chrome/common/extensions/docs/server2/rietveld_patcher.py

Issue 684113003: Docserver: Default to master commit ID on refresh (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: oops Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/server2/refresh_servlet.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/server2/rietveld_patcher.py
diff --git a/chrome/common/extensions/docs/server2/rietveld_patcher.py b/chrome/common/extensions/docs/server2/rietveld_patcher.py
index 941fda4b5a62d5e9ae7f0fc9c0cc932eace52b83..aa668f3857528e03b51a5e2901fd4350b14c0272 100644
--- a/chrome/common/extensions/docs/server2/rietveld_patcher.py
+++ b/chrome/common/extensions/docs/server2/rietveld_patcher.py
@@ -52,8 +52,8 @@ class RietveldPatcher(Patcher):
raise RietveldPatcherError('Cannot parse issue %s.' % self._issue)
if not issue_json.get('base_url') in _CHROMIUM_REPO_BASEURLS:
- raise RietveldPatcherError('Issue %s\'s base url is unknown.' %
- self._issue)
+ raise RietveldPatcherError('Issue %s\'s base url (%s) is unknown.' %
+ (self._issue, issue_json.get('base_url')))
return str(patchsets[-1])
« no previous file with comments | « chrome/common/extensions/docs/server2/refresh_servlet.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698