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

Unified Diff: appengine/findit/crash/crash_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
« no previous file with comments | « no previous file | appengine/findit/crash/test/changelist_classifier_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/crash/crash_pipeline.py
diff --git a/appengine/findit/crash/crash_pipeline.py b/appengine/findit/crash/crash_pipeline.py
index ae34261631005d0cc45a5874aea7f59ca55a735e..b0367401eb731a2e7a4c89febc8212a04c9624f2 100644
--- a/appengine/findit/crash/crash_pipeline.py
+++ b/appengine/findit/crash/crash_pipeline.py
@@ -91,7 +91,7 @@ class CrashBasePipeline(BasePipeline):
self._crash_identifiers = crash_identifiers
self._findit = FinditForClientID(
client_id,
- gitiles_repository.GitilesRepository(http_client=HttpClientAppengine()))
+ gitiles_repository.GitilesRepository(HttpClientAppengine()))
@property
def client_id(self): # pragma: no cover
« no previous file with comments | « no previous file | appengine/findit/crash/test/changelist_classifier_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698