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

Unified Diff: tests/gclient_test.py

Issue 228793002: gclient: Fix cache_dir functionality (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Replace path separator for Windows case Created 6 years, 8 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 | « gclient_scm.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/gclient_test.py
diff --git a/tests/gclient_test.py b/tests/gclient_test.py
index 18876cc86e8e1b8b31d80a083702b9306a279309..86cb69300f3a1d956009b4d798c8204ca82bbe2e 100755
--- a/tests/gclient_test.py
+++ b/tests/gclient_test.py
@@ -45,10 +45,10 @@ class SCMMock(object):
return self.url + url
# pylint: disable=R0201
- def DoesRemoteURLMatch(self):
+ def DoesRemoteURLMatch(self, _):
return True
- def GetActualRemoteURL(self):
+ def GetActualRemoteURL(self, _):
return self.url
« no previous file with comments | « gclient_scm.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698