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

Unified Diff: tools/chrome_remote_control/chrome_remote_control/inspector_runtime.py

Issue 10984018: [chrome_remote_control] Add pylint to PRESUMMIT and fix lint (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for landing Created 8 years, 3 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
Index: tools/chrome_remote_control/chrome_remote_control/inspector_runtime.py
diff --git a/tools/chrome_remote_control/chrome_remote_control/inspector_runtime.py b/tools/chrome_remote_control/chrome_remote_control/inspector_runtime.py
index 8a77c1de8919d9f05958403ea082f250b0dbf841..4479b66b1d221c99deb26004b9d638e16bb0efd2 100644
--- a/tools/chrome_remote_control/chrome_remote_control/inspector_runtime.py
+++ b/tools/chrome_remote_control/chrome_remote_control/inspector_runtime.py
@@ -23,7 +23,7 @@ class InspectorRuntime(object):
If the expression failed to evaluate, EvaluateException will be raised.
"""
- self.Evaluate(expr + '; 0;', timeout=60)
+ self.Evaluate(expr + '; 0;', timeout)
def Evaluate(self, expr, timeout=60):
"""Evalutes expr in javascript and returns the JSONized result.

Powered by Google App Engine
This is Rietveld 408576698