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

Unified Diff: scripts/slave/slave_utils.py

Issue 11451004: Bugfixing URL construction for extract build step (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebased Created 7 years, 11 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 | « scripts/slave/extract_build.py ('k') | scripts/slave/unittests/extract_build_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/slave_utils.py
diff --git a/scripts/slave/slave_utils.py b/scripts/slave/slave_utils.py
index b93bca5d4631af286c434eb1f62f351c297befcb..d8e9864f4335cc6d3be614f1daa07d256daade66 100644
--- a/scripts/slave/slave_utils.py
+++ b/scripts/slave/slave_utils.py
@@ -93,7 +93,7 @@ def GetZipFileNames(build_properties, build_dir, webkit_dir=None,
base_name = 'full-build-%s' % chromium_utils.PlatformName()
chromium_revision = SubversionRevision(os.path.dirname(build_dir))
- if 'try' in build_properties.get('mastername'):
+ if 'try' in build_properties.get('mastername', ''):
if extract:
if not build_properties.get('parent_buildnumber'):
raise Exception('build_props does not have parent data: %s' %
« no previous file with comments | « scripts/slave/extract_build.py ('k') | scripts/slave/unittests/extract_build_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698