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

Unified Diff: appengine/findit/waterfall/identify_try_job_culprit_pipeline.py

Issue 2524633002: [Culprit-Finder] Refactor GitilesRepostory to make http_client required argument. (Closed)
Patch Set: Rebase Created 4 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
Index: appengine/findit/waterfall/identify_try_job_culprit_pipeline.py
diff --git a/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py b/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py
index 762326aca7b097b3ee8fa7f8fc8323164411262a..8b05dabeeccc9181eb2b7da96681b235bd87a2f4 100644
--- a/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py
+++ b/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py
@@ -24,7 +24,7 @@ from waterfall.send_notification_for_culprit_pipeline import (
GIT_REPO = GitilesRepository(
- 'https://chromium.googlesource.com/chromium/src.git', HttpClient())
+ HttpClient(), 'https://chromium.googlesource.com/chromium/src.git')
def _GetResultAnalysisStatus(analysis, result):
« no previous file with comments | « appengine/findit/waterfall/extract_deps_info_pipeline.py ('k') | appengine/findit/waterfall/pull_changelog_pipeline.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698