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

Unified Diff: test/lib/TestWin.py

Issue 739303003: Cleanup pylint errors (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: it's clean now Created 6 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
Index: test/lib/TestWin.py
diff --git a/test/lib/TestWin.py b/test/lib/TestWin.py
index 1571c851a2df5414b00a17daaee1475b336e4d2f..7627197b1f343421f64b46370235a34f72118e41 100644
--- a/test/lib/TestWin.py
+++ b/test/lib/TestWin.py
@@ -44,7 +44,7 @@ class Registry(object):
return text
def Query(self, key, value=None):
- """Use reg.exe to read a particular key through _QueryBase.
+ r"""Use reg.exe to read a particular key through _QueryBase.
First tries to launch from %WinDir%\Sysnative to avoid WoW64 redirection. If
that fails, it falls back to System32. Sysnative is available on Vista and

Powered by Google App Engine
This is Rietveld 408576698