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

Unified Diff: appengine/findit/common/retry_http_client.py

Issue 2043973002: [Findit] Fracas crash triage dashboard (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Surpass pylint errors. Created 4 years, 6 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 | « no previous file | appengine/findit/common/test/time_util_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/common/retry_http_client.py
diff --git a/appengine/findit/common/retry_http_client.py b/appengine/findit/common/retry_http_client.py
index 8e0b52fa9259bad94cd58c988d648c421ba7e5b6..3672817dcfa4cdf0569d6620a18c82f643dd1579 100644
--- a/appengine/findit/common/retry_http_client.py
+++ b/appengine/findit/common/retry_http_client.py
@@ -66,7 +66,7 @@ class RetryHttpClient(object):
return retry_backoff
def _Retry(self, url, method, data=None, params=None, timeout_seconds=60,
- max_retries=5, retry_backoff=1.5, headers=None):
+ max_retries=5, retry_backoff=1.5, headers=None):
if params and method == 'GET':
url = '%s?%s' % (url, urllib.urlencode(params))
« no previous file with comments | « no previous file | appengine/findit/common/test/time_util_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698