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

Unified Diff: scripts/master/factory/drmemory_factory.py

Issue 747453003: Fix pylint error/bug on 'drmemory_factory'. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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
« 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: scripts/master/factory/drmemory_factory.py
diff --git a/scripts/master/factory/drmemory_factory.py b/scripts/master/factory/drmemory_factory.py
index 935cbd5cad890b7684c07eed9fadaefaeb93777f..8b14905fcd77c09fb871e23fae1bca71fdb1b3f5 100644
--- a/scripts/master/factory/drmemory_factory.py
+++ b/scripts/master/factory/drmemory_factory.py
@@ -56,7 +56,7 @@ def BotToPlatform(bot_platform):
elif bot_platform.startswith('mac'):
return 'mac'
else:
- raise ValueError('Unknown platform %s' % platform)
+ raise ValueError('Unknown platform %s' % bot_platform)
def OsFullName(platform):
« 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