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

Unified Diff: dashboard/dashboard/pinpoint/models/change.py

Issue 2996473002: [pinpoint] Add QuestGenerator object. (Closed)
Patch Set: rebase Created 3 years, 4 months 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 | « dashboard/dashboard/pinpoint/handlers/new_test.py ('k') | dashboard/dashboard/pinpoint/models/job.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/pinpoint/models/change.py
diff --git a/dashboard/dashboard/pinpoint/models/change.py b/dashboard/dashboard/pinpoint/models/change.py
index 5222e47b633dca0f8f13355805cb592a1c9de693..62ef617dc7df0b174f0509819ee733201867003f 100644
--- a/dashboard/dashboard/pinpoint/models/change.py
+++ b/dashboard/dashboard/pinpoint/models/change.py
@@ -235,7 +235,7 @@ class Dep(collections.namedtuple('Dep', ('repository', 'git_hash'))):
try:
gitiles_service.CommitInfo(dep.repository_url, dep.git_hash)
except gitiles_service.NotFoundError as e:
- raise KeyError(e)
+ raise KeyError(str(e))
return dep
« no previous file with comments | « dashboard/dashboard/pinpoint/handlers/new_test.py ('k') | dashboard/dashboard/pinpoint/models/job.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698