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

Unified Diff: components/test/data/password_manager/automated_tests/run_tests.py

Issue 919393003: Fix a typo in components/test/data/password_manager/automated_tests/run_tests.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test/data/password_manager/automated_tests/run_tests.py
diff --git a/components/test/data/password_manager/automated_tests/run_tests.py b/components/test/data/password_manager/automated_tests/run_tests.py
index 0db26e69a5a76bb79652101c60a57ddc28fa47e2..2c0b799dc330300875d528236b6989b916257857 100644
--- a/components/test/data/password_manager/automated_tests/run_tests.py
+++ b/components/test/data/password_manager/automated_tests/run_tests.py
@@ -36,6 +36,7 @@ import tempfile
import time
sheet_libraries_import_error = None
try:
+# TODO(vabr) Remove this dependency http://crbug.com/418485#c4.
from Sheet import Sheet
from apiclient.discovery import build
from gdata.gauth import OAuth2TokenFromCredentials
@@ -63,7 +64,7 @@ class SheetWriter(object):
if sheet_libraries_import_error:
raise sheet_libraries_import_error
self.pkey = config.get("sheet_info", "pkey")
- self.client_mail = config.get("sheet_info", "client_email")
+ self.client_email = config.get("sheet_info", "client_email")
self.sheet_key = config.get("sheet_info", "sheet_key")
_, self.access_token = self._authenticate()
self.sheet = self._spredsheeet_for_logging()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698