aboutsummaryrefslogtreecommitdiff
path: root/crosperf/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf/settings.py')
-rw-r--r--crosperf/settings.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/crosperf/settings.py b/crosperf/settings.py
index 3be85e02..0722eb97 100644
--- a/crosperf/settings.py
+++ b/crosperf/settings.py
@@ -74,8 +74,6 @@ class Settings(object):
else:
xbuddy_path = '%s/%s' % (prefix, path_str)
image_downloader = ImageDownloader(l, log_level)
- retval, image_path = image_downloader.Run(
+ image_path = image_downloader.Run(
misc.CanonicalizePath(chromeos_root), xbuddy_path)
- if retval != 0:
- raise Exception('Unable to find/download xbuddy image.')
return image_path